xhci.c | 379 xhci_op_write_8(const struct xhci_softc * const sc, bus_size_t offset, function in typeref:typename:void 659 xhci_op_write_8(sc, XHCI_CRCR, 0); 671 xhci_op_write_8(sc, XHCI_DCBAAP, 0); 979 xhci_op_write_8(sc, XHCI_DCBAAP, sc->sc_regs.dcbaap); 1025 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) | 1690 xhci_op_write_8(sc, XHCI_DCBAAP, DMAADDR(&sc->sc_dcbaa_dma, 0)); 1691 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) | 3252 xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA); 3268 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(cr, 0) | cr->xr_cs);
|