Searched refs:ehci_pow_2 (Results 1 – 1 of 1) sorted by relevance
209 static uint_t ehci_pow_2(uint_t x);1662 ehci_index[j] = temp[k] + ehci_pow_2(i); in ehci_build_interrupt_lattice()1676 for (i = 0, j = 0; i < ehci_pow_2(TREE_HEIGHT); i++) { in ehci_build_interrupt_lattice()1682 for (k = 0; k < ehci_pow_2(TREE_HEIGHT); k++) { in ehci_build_interrupt_lattice()2900 while ((ehci_pow_2(i)) <= interval) { in ehci_adjust_polling_interval()2904 return (ehci_pow_2((i - 1))); in ehci_adjust_polling_interval()2920 interval = ehci_pow_2(endpoint->bInterval - 1); in ehci_adjust_high_speed_polling_interval()3021 return ((ehci_pow_2(height) * (node + 1)) - EHCI_NUM_INTR_QH_LISTS); in ehci_leftmost_leaf()3031 ehci_pow_2(uint_t x) in ehci_pow_2() function3089 switch (ehci_pow_2(endpoint->bInterval - 1)) { in ehci_find_bestfit_hs_mask()