Searched refs:USB_EP_Desc_t (Results 1 – 2 of 2) sorted by relevance
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)));273 static volatile USB_EP_Desc_t TxIntrEPList[MAX_INTR_INTERVAL] __attribute__ ((aligned (4)));524 static void __dump_ep_desc(volatile USB_EP_Desc_t *ep) in __dump_ep_desc()540 volatile USB_EP_Desc_t *ep; in __dump_ep_list()541 volatile USB_EP_Desc_t *first_ep; in __dump_ep_list()574 ep = (volatile USB_EP_Desc_t *)(phys_to_virt(ep->next)); in __dump_ep_list()850 volatile USB_EP_Desc_t *first_ep; /* First EP in the list. */ in etrax_usb_unlink_intr_urb()[all …]
30 } USB_EP_Desc_t; typedef