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);
3621 while ((ohci_pow_2(i)) <= interval) {
3625 return (ohci_pow_2((i - 1)));
3681 return ((ohci_pow_2(height) * (node + 1)) - NUM_INTR_ED_LISTS);
3722 * ohci_pow_2:
3727 ohci_pow_2(uint_t x) function

Completed in 122 milliseconds