Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/cris/drivers/
Dusb-host.c226 #define NBR_OF_EPIDS 32 macro
261 static volatile USB_EP_Desc_t TxCtrlEPList[NBR_OF_EPIDS] __attribute__ ((aligned (4)));
262 static volatile USB_EP_Desc_t TxBulkEPList[NBR_OF_EPIDS] __attribute__ ((aligned (4)));
268 static volatile USB_EP_Desc_t TxBulkDummyEPList[NBR_OF_EPIDS][2] __attribute__ ((aligned (4)));
270 static volatile USB_EP_Desc_t TxIsocEPList[NBR_OF_EPIDS] __attribute__ ((aligned (4)));
295 static struct list_head urb_list[NBR_OF_EPIDS];
684 for (i = 0; i < (NBR_OF_EPIDS - 1); i++) { in init_tx_bulk_ep()
740 for (i = 0; i < (NBR_OF_EPIDS - 1); i++) { in init_tx_ctrl_ep()
823 for (i = 0; i < (NBR_OF_EPIDS - 1); i++) { in init_tx_isoc_ep()
1140 for (i = 0; i < NBR_OF_EPIDS; i++) { in etrax_usb_lookup_epid()
[all …]