Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDxhcireg.h135 #define XHCI_PS_WRC 0x00080000 /* RW - warm port reset change */ macro
HDxhci.c2987 XHCI_PS_OCC | XHCI_PS_WRC | in xhci_root_intr()
3371 XWRITE4(sc, oper, port, v | XHCI_PS_WRC); in xhci_roothub_exec()
3516 if (v & XHCI_PS_WRC) in xhci_roothub_exec()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_xhci.c516 XHCI_PS_WRC | in pci_xhci_portregs_write()
2594 port->portsc |= XHCI_PS_WRC; in pci_xhci_reset_port()