Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A 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 */
H A Dau1x00_usb_ohci.c409 if (size >= (N_URB_TD - 1)) { in sohci_submit_job()
410 err("need %d TDs, only have %d", size, N_URB_TD); in sohci_submit_job()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A 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 */
H A Dohci-hcd.c558 if (size >= (N_URB_TD - 1)) { in sohci_submit_job()
559 err("need %d TDs, only have %d", size, N_URB_TD); in sohci_submit_job()