Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_state

76 	uint32_t	sc_state, sc_input, sc_last_update;
152 sc->sc_state = drivebay_readreg(sc, PCAGPIO_OUTPUT);
196 out = sc->sc_state;
224 if (reg == PCAGPIO_OUTPUT) sc->sc_state = val;
267 reg = sc->sc_state;
271 if (reg != sc->sc_state) {
273 sc->sc_state = reg;
302 reg = sc->sc_state;
306 if (reg != sc->sc_state) {
308 sc->sc_state = reg;
328 int reg = sc->sc_state;
337 reg = sc->sc_state;
341 if (reg != sc->sc_state) {
343 sc->sc_state = reg;