Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c111 ushort_t uhci_tree_bottom_nodes[NUM_FRAME_LST_ENTRIES]; variable
165 uhci_tree_bottom_nodes[j++] = temp[k]; in _init()
166 uhci_tree_bottom_nodes[j] = temp[k] + pow_2(i); in _init()
171 temp[k] = uhci_tree_bottom_nodes[k]; in _init()
H A Duhciutil.c44 extern ushort_t uhci_tree_bottom_nodes[];
169 frame_lst_tablep[uhci_tree_bottom_nodes[j++]], in uhci_build_interrupt_lattice()
1080 *node = uhci_tree_bottom_nodes[min_index]; in uhci_allocate_bandwidth()