Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h133 #define XHCI_PS_CSC 0x00020000 /* RW - connect status change */ macro
H A Dxhci.c2986 XHCI_PS_CSC | XHCI_PS_PEC | in xhci_root_intr()
3381 XWRITE4(sc, oper, port, v | XHCI_PS_CSC); in xhci_roothub_exec()
3510 if (v & XHCI_PS_CSC) in xhci_roothub_exec()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c401 port->portsc |= XHCI_PS_CSC | XHCI_PS_CCS; in pci_xhci_usbcmd_write()
513 (XHCI_PS_CSC | in pci_xhci_portregs_write()