Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h136 #define XHCI_PS_OCC 0x00100000 /* RW - over-current change */ macro
H A Dxhci.c2987 XHCI_PS_OCC | XHCI_PS_WRC | in xhci_root_intr()
3387 XWRITE4(sc, oper, port, v | XHCI_PS_OCC); in xhci_roothub_exec()
3514 if (v & XHCI_PS_OCC) in xhci_roothub_exec()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c516 XHCI_PS_OCC | in pci_xhci_portregs_write()