Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c210 static uint_t ehci_pow_2(uint_t x);
1683 ehci_index[j] = temp[k] + ehci_pow_2(i); in ehci_build_interrupt_lattice()
1697 for (i = 0, j = 0; i < ehci_pow_2(TREE_HEIGHT); i++) { in ehci_build_interrupt_lattice()
1703 for (k = 0; k < ehci_pow_2(TREE_HEIGHT); k++) { in ehci_build_interrupt_lattice()
2921 while ((ehci_pow_2(i)) <= interval) { in ehci_adjust_polling_interval()
2925 return (ehci_pow_2((i - 1))); in ehci_adjust_polling_interval()
2941 interval = ehci_pow_2(endpoint->bInterval - 1); in ehci_adjust_high_speed_polling_interval()
3043 return ((ehci_pow_2(height) * (node + 1)) - EHCI_NUM_INTR_QH_LISTS); in ehci_leftmost_leaf()
3053 ehci_pow_2(uint_t x) in ehci_pow_2() function
3111 switch (ehci_pow_2(endpoint->bInterval - 1)) { in ehci_find_bestfit_hs_mask()