Searched refs:sc_ioh (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_timer.c67 bus_space_handle_t sc_ioh; member in struct:ixpclk_softc
113 &sc->sc_ioh))
191 bus_space_write_4(sc->sc_iot, sc->sc_ioh, IXP425_OST_STATUS,
198 bus_space_write_4(sc->sc_iot, sc->sc_ioh, IXP425_OST_TIM0_RELOAD,
253 bus_space_write_4(sc->sc_iot, sc->sc_ioh, IXP425_OST_STATUS,
H A Dcambria_led.c47 bus_space_handle_t sc_ioh; member in struct:led_softc
59 bus_space_write_1(sc->sc_iot, sc->sc_ioh, 0, sc->sc_latch);
87 0, &sc->sc_ioh)) {
H A Dixp425_qmgr.c133 bus_space_handle_t sc_ioh; member in struct:ixpqmgr_softc
191 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, off);
198 bus_space_write_4(sc->sc_iot, sc->sc_ioh, off, val);
220 0, &sc->sc_ioh))
332 bus_space_unmap(sc->sc_iot, sc->sc_ioh, IXP425_QMGR_SIZE);
H A Davila_ata.c131 bus_space_handle_t sc_ioh; /* CS1/3 data registers */ member in struct:ata_avila_softc
183 0, &sc->sc_ioh))
226 rman_set_bushandle(&sc->sc_ata, sc->sc_ioh);
H A Dixp425_npe.c106 bus_space_handle_t sc_ioh; member in struct:ixpnpe_softc
236 uint32_t v = bus_space_read_4(sc->sc_iot, sc->sc_ioh, off);
245 bus_space_write_4(sc->sc_iot, sc->sc_ioh, off, val);
315 if (bus_space_map(sc->sc_iot, config->base, sc->sc_size, 0, &sc->sc_ioh))
352 bus_space_unmap(sc->sc_iot, sc->sc_ioh, sc->sc_size);
H A Dif_npe.c124 bus_space_handle_t sc_ioh; /* MAC register window */ member in struct:npe_softc
202 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, off);
208 bus_space_write_4(sc->sc_iot, sc->sc_ioh, off, val);
686 if (bus_space_map(sc->sc_iot, macbase, IXP425_REG_SIZE, 0, &sc->sc_ioh)) {
711 sc->sc_miih = sc->sc_ioh;
/freebsd-11-stable/sys/i386/bios/
H A Dapm.h32 bus_space_handle_t sc_ioh; member in struct:apm_softc
H A Dapm.c146 bus_space_handle_t ioh = sc->sc_ioh;
157 bus_space_handle_t ioh = sc->sc_ioh;
1191 sc->sc_ioh = rman_get_bushandle(sc->sc_res);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_gpt.c53 bus_space_write_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r), (_v))
55 bus_space_read_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r))
82 bus_space_handle_t sc_ioh; member in struct:imx_gpt_softc
164 sc->sc_ioh = rman_get_bushandle(sc->res[0]);
H A Dimx_gpio.c68 bus_space_write_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r), (_v))
70 bus_space_read_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r))
117 bus_space_handle_t sc_ioh; member in struct:imx51_gpio_softc
807 sc->sc_ioh = rman_get_bushandle(sc->sc_res[0]);
/freebsd-11-stable/sys/dev/snc/
H A Dif_snc.c81 sc->sc_ioh = rman_get_bushandle(res);
170 return snc_nec16_detectsubr(sc->sc_iot, sc->sc_ioh,
194 snc_nec16_get_enaddr(sc->sc_iot, sc->sc_ioh, myea);
H A Ddp83932subr.c189 bus_space_handle_t ioh = sc->sc_ioh;
230 bus_space_handle_t ioh = sc->sc_ioh;
482 bus_space_write_1(sc->sc_iot, sc->sc_ioh, SNEC_ADDR, reg);
483 val = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SNEC_CTRL);
496 bus_space_write_1(sc->sc_iot, sc->sc_ioh, SNEC_ADDR, reg);
497 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SNEC_CTRL, val);
509 bus_space_handle_t ioh = sc->sc_ioh;
H A Ddp83932var.h122 bus_space_handle_t sc_ioh; /* io handle */ member in struct:snc_softc

Completed in 214 milliseconds