Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1578 val |= XHCI_OS_OWNED; in xhci_controller_takeover()
1595 XHCI_BIOS_OWNED | XHCI_OS_OWNED, XHCI_OS_OWNED, 500, 10); in xhci_controller_takeover()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h275 #define XHCI_OS_OWNED (1 << 24) macro