Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.13-rc4 18 lines 329 B view raw
1#ifndef _INTERFACE_MACROS_H 2#define _INTERFACE_MACROS_H 3 4#define BCM_USB_MAX_READ_LENGTH 2048 5 6#define MAXIMUM_USB_TCB 128 7#define MAXIMUM_USB_RCB 128 8 9#define MAX_BUFFERS_PER_QUEUE 256 10 11#define MAX_DATA_BUFFER_SIZE 2048 12 13//Num of Asynchronous reads pending 14#define NUM_RX_DESC 64 15 16#define SYS_CFG 0x0F000C00 17 18#endif