Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h139 #define NUM_INTS 32 /* part of the OHCI standard */ macro
141 __u32 int_table[NUM_INTS]; /* Interrupt ED table */
H A Dohci-hcd.c747 for (; index < NUM_INTS; index += period) { in periodic_unlink()