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
1690
xhci_op_write_8(sc, XHCI_DCBAAP, DMAADDR(&sc->sc_dcbaa_dma, 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
3252
xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA);
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);
sys/dev/usb/xhci.c
671
xhci_op_write_8(sc, XHCI_DCBAAP, 0);
sys/dev/usb/xhci.c
979
xhci_op_write_8(sc, XHCI_DCBAAP, sc->sc_regs.dcbaap);