Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h185 uint_t log_2(unsigned int x);
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c163 for (i = 0; i < log_2(NUM_FRAME_LST_ENTRIES); i++) { in _init()
H A Duhciutil.c749 log_2(uint_t x) in log_2() function
1376 return (TREE_HEIGHT - (log_2(bandwidth))); in uhci_lattice_height()