Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dohcivar.h78 #define OHCI_HASH_SIZE 128 macro
96 LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];
97 LIST_HEAD(, ohci_soft_itd) sc_hash_itds[OHCI_HASH_SIZE];
Dohci.c717 for (i = 0; i < OHCI_HASH_SIZE; i++) in ohci_init()
719 for (i = 0; i < OHCI_HASH_SIZE; i++) in ohci_init()
1712 #define HASH(a) (((a) >> 4) % OHCI_HASH_SIZE)