Home
last modified time | relevance | path

Searched refs:MAX_CONTROLERS (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-i386/
Dsl811-hw.h25 #define MAX_CONTROLERS 2 /* Max number of SL811 controllers per module */ macro
27 static int io[MAX_CONTROLERS] = { 0x220, 0x222 }; /* IO ports for controllers */
28 static int irq[MAX_CONTROLERS] = { 12, 12 }; /* Interrupt list */
30 MODULE_PARM(io, "1-" __MODULE_STRING(MAX_CONTROLERS) "i");
32 MODULE_PARM(irq, "1-" __MODULE_STRING(MAX_CONTROLERS) "i");
Dhc_sl811-hw.h25 #define MAX_CONTROLERS 2 /* Max number of SL811 controllers per module */ macro
/linux-2.4.37.9/include/asm-arm/
Dsl811-hw.h23 #define MAX_CONTROLERS 1 /* Max number of sl811 controllers */ macro
/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.c1443 for (io_offset = 0; io_offset < MAX_CONTROLERS * 2; io_offset += 2) { in hci_hcd_init()
Dsl811.c2743 for (count = 0; count < MAX_CONTROLERS; count++) { in sl811_hcd_init()
/linux-2.4.37.9/Documentation/usb/
Dsl811hc.txt91 Change MAX_CONTROLERS = 1 into source asm/sl811-hw.h, recompile driver!