HomeSort by: relevance | last modified time | path
    Searched defs:sc_sda (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/evbarm/armadillo/
armadillo9_iic.c 52 int sc_sda; member in struct:armadillo9iic_softc
95 sc->sc_sda = ga->ga_bit1;
99 armadillo9iic_bbops.ibo_bits[I2C_BIT_SDA] = (1<<sc->sc_sda);
101 armadillo9iic_bbops.ibo_bits[I2C_BIT_OUTPUT] = sc->sc_sda;
112 epgpio_in(sc->sc_gpio, sc->sc_port, sc->sc_sda);
169 if (bits & (1 << sc->sc_sda))
170 epgpio_set(sc->sc_gpio, sc->sc_port, sc->sc_sda);
172 epgpio_clear(sc->sc_gpio, sc->sc_port, sc->sc_sda);
186 epgpio_out(sc->sc_gpio, sc->sc_port, sc->sc_sda);
188 epgpio_in(sc->sc_gpio, sc->sc_port, sc->sc_sda);
    [all...]
  /src/sys/dev/tc/
tcdsvar.h 57 bus_size_t sc_sda; member in struct:tcds_slotconfig
  /src/sys/dev/gpio/
gpioiic.c 61 int sc_sda; member in struct:gpioiic_softc
146 sc->sc_sda = GPIO_PIN_OUTPUT;
149 sc->sc_sda |= GPIO_PIN_OPENDRAIN;
152 sc->sc_sda |= GPIO_PIN_PUSHPULL;
156 sc->sc_sda |= GPIO_PIN_PULLUP;
158 gpio_pin_ctl(sc->sc_gpio, &sc->sc_map, sc->sc_pin_sda, sc->sc_sda);
264 int sda = sc->sc_sda;
270 if (sc->sc_sda != sda) {
271 sc->sc_sda = sda;
273 sc->sc_sda);
    [all...]
  /src/sys/arch/arm/samsung/
exynos_i2c.c 63 struct fdtbus_pinctrl_pin *sc_sda; member in struct:exynos_i2c_softc

Completed in 13 milliseconds