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

/netbsd-current/sys/dev/usb/
H A Dxhci.c637 xhci_op_write_8(sc, XHCI_CRCR, 0);
1003 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
1658 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
3201 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3202 xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA);
3205 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3218 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(cr, 0) | cr->xr_cs);
H A Dxhcireg.h171 #define XHCI_CRCR 0x18 /* XHCI command ring control */ macro

Completed in 116 milliseconds