Home | History | Annotate | Download | only in armadillo

Lines Matching defs:sc_scl

53 	int			sc_scl;
96 sc->sc_scl = ga->ga_bit2;
100 armadillo9iic_bbops.ibo_bits[I2C_BIT_SCL] = (1<<sc->sc_scl);
113 epgpio_out(sc->sc_gpio, sc->sc_port, sc->sc_scl);
114 epgpio_set(sc->sc_gpio, sc->sc_port, sc->sc_scl);
174 if (bits & (1 << sc->sc_scl))
175 epgpio_set(sc->sc_gpio, sc->sc_port, sc->sc_scl);
177 epgpio_clear(sc->sc_gpio, sc->sc_port, sc->sc_scl);
198 bits |= epgpio_read(sc->sc_gpio, sc->sc_port, sc->sc_scl) << sc->sc_scl;