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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dxhcireg.h106 #define XHCI_CRCR_LO_CA 0x00000004 /* RW - command abort */ macro
H A Dxhci.c299 temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA);
311 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA);

Completed in 120 milliseconds