Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1577 if (val & XHCI_BIOS_OWNED) { in xhci_controller_takeover()
1595 XHCI_BIOS_OWNED | XHCI_OS_OWNED, XHCI_OS_OWNED, 500, 10); in xhci_controller_takeover()
1601 val &= ~XHCI_BIOS_OWNED; in xhci_controller_takeover()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h274 #define XHCI_BIOS_OWNED (1 << 16) macro