Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h134 #define XHCI_PS_PEC 0x00040000 /* RW - port enable/disable change */ macro
H A Dxhci.c2986 XHCI_PS_CSC | XHCI_PS_PEC | in xhci_root_intr()
3384 XWRITE4(sc, oper, port, v | XHCI_PS_PEC); in xhci_roothub_exec()
3512 if (v & XHCI_PS_PEC) in xhci_roothub_exec()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c514 XHCI_PS_PEC | in pci_xhci_portregs_write()