Home
last modified time | relevance | path

Searched refs:pow_2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h184 uint_t pow_2(unsigned int x);
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c165 for (i = 0, j = 0; i < pow_2(TREE_HEIGHT); i++) { in uhci_build_interrupt_lattice()
167 for (k = 0; k < pow_2(VIRTUAL_TREE_HEIGHT); k++) { in uhci_build_interrupt_lattice()
742 pow_2(uint_t x) in pow_2() function
1358 while ((pow_2(i)) <= interval) { in uhci_bandwidth_adjust()
1362 return (pow_2((i - 1))); in uhci_bandwidth_adjust()
1396 node = pow_2(height + VIRTUAL_TREE_HEIGHT) * (node+1) - in uhci_leftmost_leaf()
H A Duhci.c166 uhci_tree_bottom_nodes[j] = temp[k] + pow_2(i); in _init()