Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dxhcireg.h138 #define XHCI_PS_PRC 0x00200000 /* RW - port reset change */ macro
Dxhci.c3055 XHCI_PS_PRC | XHCI_PS_PLC | in xhci_root_intr()
3476 XWRITE4(sc, oper, port, v | XHCI_PS_PRC); in xhci_roothub_exec()
3604 if (v & XHCI_PS_PRC) in xhci_roothub_exec()
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_xhci.c513 XHCI_PS_PRC | in pci_xhci_portregs_write()
2527 port->portsc &= ~(XHCI_PS_PLS_MASK | XHCI_PS_PR | XHCI_PS_PRC); in pci_xhci_reset_port()
2535 if ((port->portsc & XHCI_PS_PRC) == 0) { in pci_xhci_reset_port()
2536 port->portsc |= XHCI_PS_PRC; in pci_xhci_reset_port()