sys/dev/usb/xhci.c
1025
xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
sys/dev/usb/xhci.c
1691
xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
sys/dev/usb/xhci.c
3251
crcr = xhci_op_read_8(sc, XHCI_CRCR);
sys/dev/usb/xhci.c
3252
xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA);
sys/dev/usb/xhci.c
3255
crcr = xhci_op_read_8(sc, XHCI_CRCR);
sys/dev/usb/xhci.c
3268
xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(cr, 0) | cr->xr_cs);
sys/dev/usb/xhci.c
659
xhci_op_write_8(sc, XHCI_CRCR, 0);