ARM: mali400: r5p2_rel0: fix Makefile & Kconfig
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / drivers / staging / bcm / InterfaceMacros.h
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