Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h191 #define NUM_INTS 32 macro
192 __hc32 int_table [NUM_INTS]; /* periodic schedule */
382 struct ed *periodic [NUM_INTS]; /* shadow int_table */
403 int load [NUM_INTS];
H A Dohci-q.c114 if (interval > NUM_INTS) in balance()
115 interval = NUM_INTS; in balance()
125 for (j = i; j < NUM_INTS; j += interval) { in balance()
129 if (j < NUM_INTS) in balance()
151 for (i = ed->branch; i < NUM_INTS; i += ed->interval) { in periodic_link()
274 for (i = ed->branch; i < NUM_INTS; i += ed->interval) { in periodic_unlink()
H A Dohci-dbg.c504 temp = scnprintf (next, size, "size = %d\n", NUM_INTS); in fill_periodic_buffer()
510 for (i = 0; i < NUM_INTS; i++) { in fill_periodic_buffer()
H A Dohci-hcd.c1075 for (i = 0; i < NUM_INTS; i++) ohci->load [i] = 0; in ohci_restart()
1076 for (i = 0; i < NUM_INTS; i++) ohci->hcca->int_table [i] = 0; in ohci_restart()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h128 #define NUM_INTS 32 /* part of the OHCI standard */ macro
130 __u32 int_table[NUM_INTS]; /* Interrupt ED table */
/OK3568_Linux_fs/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.c751 for (; index < NUM_INTS; index += period) { in periodic_unlink()