Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h154 #define TREE_HEIGHT 5 macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h695 #define TREE_HEIGHT 5 /* Log base 2 of 32 */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h755 #define TREE_HEIGHT 5 /* Log base 2 of 32 */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c1697 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()
2972 return (TREE_HEIGHT - (ehci_log_2(interval))); in ehci_lattice_height()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c165 for (i = 0, j = 0; i < pow_2(TREE_HEIGHT); i++) { in uhci_build_interrupt_lattice()
1376 return (TREE_HEIGHT - (log_2(bandwidth))); in uhci_lattice_height()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3624 return (TREE_HEIGHT - (ohci_log_2(interval))); in ohci_lattice_height()