Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dxhcivar.h93 bus_space_handle_t sc_obh; /* Operational Base */ member
H A Dxhci.c330 return bus_space_read_4(sc->sc_iot, sc->sc_obh, offset); in xhci_op_read_4()
337 bus_space_write_4(sc->sc_iot, sc->sc_obh, offset, value); in xhci_op_write_4()
346 value = bus_space_read_8(sc->sc_iot, sc->sc_obh, offset); in xhci_op_read_8()
348 value = bus_space_read_4(sc->sc_iot, sc->sc_obh, offset); in xhci_op_read_8()
349 value |= (uint64_t)bus_space_read_4(sc->sc_iot, sc->sc_obh, in xhci_op_read_8()
361 bus_space_write_8(sc->sc_iot, sc->sc_obh, offset, value); in xhci_op_write_8()
363 bus_space_write_4(sc->sc_iot, sc->sc_obh, offset + 0, in xhci_op_write_8()
365 bus_space_write_4(sc->sc_iot, sc->sc_obh, offset + 4, in xhci_op_write_8()
1471 &sc->sc_obh) != 0) { in xhci_init()