Home
last modified time | relevance | path

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

/openbmc/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.c225 for (i = 0; i < NUM_TD; i++) in td_alloc()