Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h387 #define NUM_TD 64 macro
390 td_t gtd[NUM_TD+1];
402 for (i = 0; i < NUM_TD; i++) { in td_alloc()
H A Dau1x00_usb_ohci.c1547 memset(gtd, 0, sizeof(td_t) * (NUM_TD + 1)); in usb_lowlevel_init()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h364 #define NUM_TD 64 /* we need more TDs than EDs */ macro
370 td_t tds[NUM_TD] __aligned(TD_ALIGNMENT);
H A Dohci-hcd.c229 for (i = 0; i < NUM_TD; i++) in td_alloc()