Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
InterfaceMacros.h
Go to the documentation of this file.
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