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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dxhcireg.h105 #define XHCI_CRCR_LO_CS 0x00000002 /* RW - command stop */ macro
H A Dxhci.c299 temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA);
308 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS);

Completed in 159 milliseconds