Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/controller/
HDxhcireg.h106 #define XHCI_CRCR_LO_CA 0x00000004 /* RW - command abort */ macro
HDxhci.c299 temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()
311 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()