Searched refs:schsio_config_read (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sys/dev/isa/ |
H A D | sch311x.c | 168 u_int8_t schsio_config_read(bus_space_tag_t iot, bus_space_handle_t ioh, 208 schsio_config_read(bus_space_tag_t iot, bus_space_handle_t ioh, in schsio_config_read() function 237 reg = schsio_config_read(iot, ioh, SCHSIO_IDX_DEVICE); in schsio_probe() 294 reg0 = schsio_config_read(sc->sc_iot, sc->sc_ioh, SCHSIO_IDX_REV); in schsio_attach() 301 reg0 = schsio_config_read(sc->sc_iot, sc->sc_ioh, in schsio_attach() 303 reg1 = schsio_config_read(sc->sc_iot, sc->sc_ioh, in schsio_attach()
|