Home
last modified time | relevance | path

Searched refs:sc_rbh (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/usb/
H A Dxhcivar.h94 bus_space_handle_t sc_rbh; /* Runtime Base */ member
H A Dxhci.c373 return bus_space_read_4(sc->sc_iot, sc->sc_rbh, offset); in xhci_rt_read_4()
380 bus_space_write_4(sc->sc_iot, sc->sc_rbh, offset, value); in xhci_rt_write_4()
389 value = bus_space_read_8(sc->sc_iot, sc->sc_rbh, offset); in xhci_rt_read_8()
391 value = bus_space_read_4(sc->sc_iot, sc->sc_rbh, offset); in xhci_rt_read_8()
392 value |= (uint64_t)bus_space_read_4(sc->sc_iot, sc->sc_rbh, in xhci_rt_read_8()
404 bus_space_write_8(sc->sc_iot, sc->sc_rbh, offset, value); in xhci_rt_write_8()
406 bus_space_write_4(sc->sc_iot, sc->sc_rbh, offset + 0, in xhci_rt_write_8()
408 bus_space_write_4(sc->sc_iot, sc->sc_rbh, offset + 4, in xhci_rt_write_8()
1485 sc->sc_maxintrs * 0x20, &sc->sc_rbh) != 0) { in xhci_init()