OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_TD
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
387
#define
NUM_TD
64
390
td_t gtd[
NUM_TD
+1];
402
for (i = 0; i <
NUM_TD
; i++) {
/external/u-boot/drivers/usb/host/
ohci.h
364
#define
NUM_TD
64 /* we need more TDs than EDs */
370
td_t tds[
NUM_TD
] __aligned(TD_ALIGNMENT);
Completed in 70 milliseconds