Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h328 #define N_URB_TD 48 macro
337 td_t *td[N_URB_TD]; /* list pointer to all corresponding TDs associated with this request */
Dau1x00_usb_ohci.c408 if (size >= (N_URB_TD - 1)) { in sohci_submit_job()
409 err("need %d TDs, only have %d", size, N_URB_TD); in sohci_submit_job()
/external/u-boot/drivers/usb/host/
Dohci.h344 #define N_URB_TD 48 macro
358 td_t *td[N_URB_TD]; /* list pointer to all corresponding TDs associated with this request */
Dohci-hcd.c554 if (size >= (N_URB_TD - 1)) { in sohci_submit_job()
555 err("need %d TDs, only have %d", size, N_URB_TD); in sohci_submit_job()