~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/staging/bcm/InterfaceMacros.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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