Home
last modified time | relevance | path

Searched refs:NUM_INTS (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h128 #define NUM_INTS 32 /* part of the OHCI standard */ macro
130 __u32 int_table[NUM_INTS]; /* Interrupt ED table */
/external/u-boot/drivers/usb/host/
Dohci.h139 #define NUM_INTS 32 /* part of the OHCI standard */ macro
141 __u32 int_table[NUM_INTS]; /* Interrupt ED table */
Dohci-hcd.c747 for (; index < NUM_INTS; index += period) { in periodic_unlink()