HomeSort by: relevance | last modified time | path
    Searched refs:XHCI_CRCR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 659 xhci_op_write_8(sc, XHCI_CRCR, 0);
1025 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
1691 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
3251 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3252 xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA);
3255 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3268 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(cr, 0) | cr->xr_cs);
xhcireg.h 171 #define XHCI_CRCR 0x18 /* XHCI command ring control */

Completed in 49 milliseconds