Home
last modified time | relevance | path

Searched refs:sc_cr (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sbus/
H A Dqe.c127 bus_space_handle_t sc_cr; /* channel registers */ member
205 0, &sc->sc_cr) != 0) { in qeattach()
479 bus_space_write_4(sc->sc_bustag, sc->sc_cr, QE_CRI_CTRL, in qestart()
499 bus_space_handle_t cr = sc->sc_cr; in qestop()
576 qestat = bus_space_read_4(t, sc->sc_cr, QE_CRI_STAT); in qeintr()
972 bus_space_handle_t cr = sc->sc_cr; in qeinit()
H A Dbe.c137 bus_space_handle_t sc_cr; /* channel registers */ member
241 0, &sc->sc_cr) != 0) { in beattach()
624 bus_space_write_4(sc->sc_bustag, sc->sc_cr, in bestart()
714 whyc = bus_space_read_4(t, sc->sc_cr, BE_CRI_STAT); in beintr()
1033 bus_space_handle_t cr = sc->sc_cr; in beinit()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dxhcivar.h109 struct xhci_ring sc_cr; /* command ring */ member
H A Dxhci.c565 xhci_ring_free(sc, &sc->sc_cr); in xhci_detach()
951 err = xhci_ring_init(sc, &sc->sc_cr, XHCI_COMMAND_RING_TRBS, in xhci_init()
1056 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(&sc->sc_cr, 0) | in xhci_init()
1057 sc->sc_cr.xr_cs); in xhci_init()
1097 xhci_ring_free(sc, &sc->sc_cr); in xhci_init()
2443 struct xhci_ring * const cr = &sc->sc_cr; in xhci_abort_command()
2487 struct xhci_ring * const cr = &sc->sc_cr; in xhci_do_command_locked()