Searched refs:sc_iot (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-10.0-release/sys/dev/snc/
H A Ddp83932subr.c188 bus_space_tag_t iot = sc->sc_iot;
229 bus_space_tag_t iot = sc->sc_iot;
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);
508 bus_space_tag_t iot = sc->sc_iot;
H A Ddp83932var.h120 bus_space_tag_t sc_iot; /* bus identifier for io */ member in struct:snc_softc
/freebsd-10.0-release/sys/arm/s3c2xx0/
H A Ds3c24x0.c198 value = bus_space_read_4(s3c2xx0_softc->sc_iot,
202 bus_space_write_4(s3c2xx0_softc->sc_iot, s3c2xx0_softc->sc_gpio_ioh,
277 value = bus_space_read_4(s3c2xx0_softc->sc_iot,
281 bus_space_write_4(s3c2xx0_softc->sc_iot,
445 sc->sc_sx.sc_iot = iot = &s3c2xx0_bs_tag;
523 idcode = bus_space_read_4(sc->sc_sx.sc_iot, sc->sc_sx.sc_gpio_ioh,
/freebsd-10.0-release/sys/arm/freescale/imx/
H A Dimx_gpt.c61 bus_space_write_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r), (_v))
63 bus_space_read_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r))
138 sc->sc_iot = rman_get_bustag(sc->res[0]);
H A Dimx51_gpio.c67 bus_space_write_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r), (_v))
69 bus_space_read_4((_sc)->sc_iot, (_sc)->sc_ioh, (_r))
99 bus_space_tag_t sc_iot; member in struct:imx51_gpio_softc
399 sc->sc_iot = rman_get_bustag(sc->sc_res[0]);
/freebsd-10.0-release/sys/arm/xscale/ixp425/
H A Davila_gpio.c63 bus_space_tag_t sc_iot; member in struct:avila_gpio_softc
308 sc->sc_iot = sa->sc_iot;
H A Dixp425_qmgr.c134 bus_space_tag_t sc_iot; member in struct:ixpqmgr_softc
194 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, off);
201 bus_space_write_4(sc->sc_iot, sc->sc_ioh, off, val);
221 sc->sc_iot = sa->sc_iot;
222 if (bus_space_map(sc->sc_iot, IXP425_QMGR_HWBASE, IXP425_QMGR_SIZE,
335 bus_space_unmap(sc->sc_iot, sc->sc_ioh, IXP425_QMGR_SIZE);
H A Dcambria_gpio.c82 bus_space_tag_t sc_iot; member in struct:cambria_gpio_softc
435 sc->sc_iot = ixp425_softc->sc_iot;
H A Dixp425.c306 sc->sc_iot = &ixp425_bs_tag;
321 if (bus_space_map(sc->sc_iot, IXP425_GPIO_HWBASE, IXP425_GPIO_SIZE,
324 if (bus_space_map(sc->sc_iot, IXP425_EXP_HWBASE, IXP425_EXP_SIZE,
597 rman_set_bustag(r, sc->sc_iot);
H A Dixp425_npe.c107 bus_space_tag_t sc_iot; member in struct:ixpnpe_softc
239 uint32_t v = bus_space_read_4(sc->sc_iot, sc->sc_ioh, off);
248 bus_space_write_4(sc->sc_iot, sc->sc_ioh, off, val);
303 sc->sc_iot = sa->sc_iot;
318 if (bus_space_map(sc->sc_iot, config->base, sc->sc_size, 0, &sc->sc_ioh))
355 bus_space_unmap(sc->sc_iot, sc->sc_ioh, sc->sc_size);
H A Dif_npe.c122 bus_space_tag_t sc_iot; member in struct:npe_softc
201 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, off);
207 bus_space_write_4(sc->sc_iot, sc->sc_ioh, off, val);
333 sc->sc_iot = sa->sc_iot;
689 if (bus_space_map(sc->sc_iot, macbase, IXP425_REG_SIZE, 0, &sc->sc_ioh)) {
706 if (bus_space_map(sc->sc_iot, miibase, IXP425_REG_SIZE, 0, &sc->sc_miih)) {
1654 #define MII_RD4(sc, reg) bus_space_read_4(sc->sc_iot, sc->sc_miih, reg)
1656 bus_space_write_4(sc->sc_iot, sc->sc_miih, reg, v)
/freebsd-10.0-release/sys/dev/mse/
H A Dmse.c180 (*sc->sc_enablemouse)(sc->sc_iot, sc->sc_ioh);
197 (*sc->sc_disablemouse)(sc->sc_iot, sc->sc_ioh);
461 (*sc->sc_getmouse)(sc->sc_iot, sc->sc_ioh, &dx, &dy, &but);
/freebsd-10.0-release/sys/dev/stg/
H A Dtmc18c30_subr.c151 sc->sc_iot = rman_get_bustag(sc->port_res);
/freebsd-10.0-release/sys/dev/ncv/
H A Dncr53c500_pccard.c336 sc->sc_iot = rman_get_bustag(sc->port_res);
/freebsd-10.0-release/sys/dev/nsp/
H A Dnsp_pccard.c278 sc->sc_iot = rman_get_bustag(sc->port_res);
/freebsd-10.0-release/sys/i386/bios/
H A Dapm.c146 bus_space_tag_t iot = sc->sc_iot;
157 bus_space_tag_t iot = sc->sc_iot;
1191 sc->sc_iot = rman_get_bustag(sc->sc_res);

Completed in 196 milliseconds

12