Home
last modified time | relevance | path

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

/openbmc/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.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()