Searched refs:sc_regmap (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/acorn32/podulebus/
H A Dcoscvar.h43 cosc_regmap_t sc_regmap; member in struct:cosc_softc
H A Dcscvar.h49 csc_regmap_t sc_regmap; member in struct:csc_softc
H A Dptscvar.h48 ptsc_regmap_t sc_regmap; member in struct:ptsc_softc
H A Dcsc.c102 csc_regmap_p rp = &sc->sc_regmap;
H A Dcosc.c112 cosc_regmap_p rp = &sc->sc_regmap;
H A Dptsc.c145 ptsc_regmap_p rp = &sc->sc_regmap;
/netbsd-current/sys/dev/ic/
H A Dpcf8584var.h29 u_int8_t sc_regmap[2]; member in struct:pcfiic_softc
H A Dpcf8584.c79 sc->sc_regmap[PCF8584_S1] = PCF8584_S0;
80 sc->sc_regmap[PCF8584_S0] = PCF8584_S1;
82 sc->sc_regmap[PCF8584_S0] = PCF8584_S0;
83 sc->sc_regmap[PCF8584_S1] = PCF8584_S1;
214 bus_space_barrier(sc->sc_iot, sc->sc_ioh, sc->sc_regmap[r], 1,
216 return (bus_space_read_1(sc->sc_iot, sc->sc_ioh, sc->sc_regmap[r]));
222 bus_space_write_1(sc->sc_iot, sc->sc_ioh, sc->sc_regmap[r], v);
H A Ddp83932var.h159 bus_addr_t sc_regmap[SONIC_NREGS]; member in struct:sonic_softc
209 (sc)->sc_regmap[(reg)])
213 (sc)->sc_regmap[(reg)], (val))
/netbsd-current/sys/dev/i2c/
H A Dgttwsivar.h91 const bus_size_t *sc_regmap; /* GTTWSI_NREGS entries */ member in struct:gttwsi_softc
H A Dgttwsi_core.c99 sc->sc_regmap[reg]);
101 printf("I2C:R:[%" PRIu32 "]%02" PRIxBUSSIZE ":%02" PRIx32 "\n", reg, sc->sc_regmap[reg], val);
112 bus_space_write_4(sc->sc_bust, sc->sc_bush, sc->sc_regmap[reg], val);
114 printf("I2C:W:[%" PRIu32 "]%02" PRIxBUSSIZE ":%02" PRIx32 "\n", reg, sc->sc_regmap[reg], val);
134 sc->sc_regmap = regmap;
/netbsd-current/sys/arch/arc/jazz/
H A Dif_sn_jazzio.c112 sc->sc_regmap[i] = i * 4;
/netbsd-current/sys/arch/mac68k/obio/
H A Dif_sn_obio.c113 sc->sc_regmap[i] = (bus_size_t)((i * 4) + 2);
/netbsd-current/sys/arch/mac68k/nubus/
H A Dif_sn_nubus.c241 sc->sc_regmap[i] = (bus_size_t)((i * 4) + offset);

Completed in 212 milliseconds