OHCI_HASH_SIZE    675 dev/usb/ohci.c 	for (i = 0; i < OHCI_HASH_SIZE; i++)
OHCI_HASH_SIZE    677 dev/usb/ohci.c 	for (i = 0; i < OHCI_HASH_SIZE; i++)
OHCI_HASH_SIZE   1824 dev/usb/ohci.c #define HASH(a) (((a) >> 4) % OHCI_HASH_SIZE)
OHCI_HASH_SIZE    103 dev/usb/ohcivar.h 	LIST_HEAD(, ohci_soft_td)  sc_hash_tds[OHCI_HASH_SIZE];
OHCI_HASH_SIZE    104 dev/usb/ohcivar.h 	LIST_HEAD(, ohci_soft_itd) sc_hash_itds[OHCI_HASH_SIZE];