Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
[deliverable/linux.git] / drivers / staging / bcm / InterfaceMacros.h
CommitLineData
f8942e07
SH
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
This page took 0.194934 seconds and 5 git commands to generate.