Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h113 #define XHCI_CONFIG_SLOTS_MASK 0x000000FF /* RW - number of device slots enabled */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h155 #define XHCI_CONFIG_SLOTS_MASK 0x000000FF macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1726 config &= ~XHCI_CONFIG_SLOTS_MASK; in xhci_controller_configure()