Searched refs:OHCI_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
78 #define OHCI_HASH_SIZE 128 macro96 LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];97 LIST_HEAD(, ohci_soft_itd) sc_hash_itds[OHCI_HASH_SIZE];
717 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)