sc_regmap 115 dev/ic/pcf8584.c sc->sc_regmap[PCF_S1] = PCF_S0; sc_regmap 116 dev/ic/pcf8584.c sc->sc_regmap[PCF_S0] = PCF_S1; sc_regmap 118 dev/ic/pcf8584.c sc->sc_regmap[PCF_S0] = PCF_S0; sc_regmap 119 dev/ic/pcf8584.c sc->sc_regmap[PCF_S1] = PCF_S1; sc_regmap 274 dev/ic/pcf8584.c bus_space_barrier(sc->sc_iot, sc->sc_ioh, sc->sc_regmap[r], 1, sc_regmap 276 dev/ic/pcf8584.c return (bus_space_read_1(sc->sc_iot, sc->sc_ioh, sc->sc_regmap[r])); sc_regmap 282 dev/ic/pcf8584.c bus_space_write_1(sc->sc_iot, sc->sc_ioh, sc->sc_regmap[r], v); sc_regmap 283 dev/ic/pcf8584.c bus_space_barrier(sc->sc_iot, sc->sc_ioh, sc->sc_regmap[r], 1, sc_regmap 28 dev/ic/pcf8584var.h u_int8_t sc_regmap[2];