Searched refs:ohci_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c63 static uchar_t ohci_index[NUM_INTR_ED_LISTS / 2] = {0x0, 0x8, 0x4, 0xc, variable
1899 (ohci_ed_t *)&list_array[half_list - 1 + ohci_index[i]]);
1902 ohci_index[i]].hced_ctrl));
3699 return (ohci_index[node / 2]);
3701 return (ohci_index[node / 2] + (NUM_INTR_ED_LISTS / 2));
3715 return (ohci_index[leaf / 2]);
3717 return (ohci_index[leaf / 2] + (NUM_INTR_ED_LISTS / 2));

Completed in 58 milliseconds