HomeSort by: relevance | last modified time | path
    Searched refs:OHCI_HASH_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ohcivar.h 85 #define OHCI_HASH_SIZE 128
109 LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];
110 LIST_HEAD(, ohci_soft_itd) sc_hash_itds[OHCI_HASH_SIZE];
ohci.c 826 for (i = 0; i < OHCI_HASH_SIZE; i++)
828 for (i = 0; i < OHCI_HASH_SIZE; i++)
1893 #define HASH(a) (((a) >> 4) % OHCI_HASH_SIZE)

Completed in 119 milliseconds