Home
last modified time | relevance | path

Searched refs:XHCI_CRCR_LO_CS (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h107 #define XHCI_CRCR_LO_CS 0x00000002 /* RW - command stop */ macro
Dxhci.c256 temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()
265 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked()