Home
last modified time | relevance | path

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
1883 (ohci_ed_t *)&list_array[half_list - 1 + ohci_index[i]]); in ohci_build_interrupt_lattice()
1886 ohci_index[i]].hced_ctrl)); in ohci_build_interrupt_lattice()
3683 return (ohci_index[node / 2]); in ohci_hcca_intr_index()
3685 return (ohci_index[node / 2] + (NUM_INTR_ED_LISTS / 2)); in ohci_hcca_intr_index()
3699 return (ohci_index[leaf / 2]); in ohci_hcca_leaf_index()
3701 return (ohci_index[leaf / 2] + (NUM_INTR_ED_LISTS / 2)); in ohci_hcca_leaf_index()