Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h139 #define XHCI_PS_CEC 0x00800000 /* RW - config error change */ macro
H A Dxhci.c2989 XHCI_PS_CEC)) { in xhci_root_intr()
3374 XWRITE4(sc, oper, port, v | XHCI_PS_CEC); in xhci_roothub_exec()
3522 if (v & XHCI_PS_CEC) in xhci_roothub_exec()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c519 XHCI_PS_CEC | in pci_xhci_portregs_write()