Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h137 #define XHCI_PS_PRC 0x00200000 /* RW - port reset change */ macro
H A Dxhci.c3073 XHCI_PS_PRC | XHCI_PS_PLC | in xhci_root_intr()
3475 XWRITE4(sc, oper, port, v | XHCI_PS_PRC); in xhci_roothub_exec()
3603 if (v & XHCI_PS_PRC) in xhci_roothub_exec()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c518 XHCI_PS_PRC | in pci_xhci_portregs_write()
2589 port->portsc &= ~(XHCI_PS_PLS_MASK | XHCI_PS_PR | XHCI_PS_PRC); in pci_xhci_reset_port()
2597 if ((port->portsc & XHCI_PS_PRC) == 0) { in pci_xhci_reset_port()
2598 port->portsc |= XHCI_PS_PRC; in pci_xhci_reset_port()