Searched refs:xhci_op_write_8 (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | xhci.c | 378 xhci_op_write_8(const struct xhci_softc * const sc, bus_size_t offset, in xhci_op_write_8() function 658 xhci_op_write_8(sc, XHCI_CRCR, 0); in xhci_detach() 670 xhci_op_write_8(sc, XHCI_DCBAAP, 0); in xhci_detach() 978 xhci_op_write_8(sc, XHCI_DCBAAP, sc->sc_regs.dcbaap); in xhci_resume() 1024 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) | in xhci_resume() 1676 xhci_op_write_8(sc, XHCI_DCBAAP, DMAADDR(&sc->sc_dcbaa_dma, 0)); in xhci_init() 1677 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) | in xhci_init() 3221 xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA); in xhci_abort_command() 3237 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(cr, 0) | cr->xr_cs); in xhci_abort_command()
|