Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c180 static uint_t ohci_pow_2(uint_t x);
3605 while ((ohci_pow_2(i)) <= interval) { in ohci_adjust_polling_interval()
3609 return (ohci_pow_2((i - 1))); in ohci_adjust_polling_interval()
3665 return ((ohci_pow_2(height) * (node + 1)) - NUM_INTR_ED_LISTS); in ohci_leftmost_leaf()
3711 ohci_pow_2(uint_t x) in ohci_pow_2() function