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

  /src/sys/dev/gpio/
gpioiic.c 59 int sc_pin_scl; member in struct:gpioiic_softc
129 sc->sc_pin_scl = GPIOIIC_PIN_SDA;
132 sc->sc_pin_scl = GPIOIIC_PIN_SCL;
161 caps = gpio_pin_caps(sc->sc_gpio, &sc->sc_map, sc->sc_pin_scl);
166 aprint_normal(", SCL[%d]", sc->sc_map.pm_map[sc->sc_pin_scl]);
179 gpio_pin_ctl(sc->sc_gpio, &sc->sc_map, sc->sc_pin_scl, sc->sc_scl);
256 gpio_pin_write(sc->sc_gpio, &sc->sc_map, sc->sc_pin_scl,
287 sc->sc_pin_scl) == GPIO_PIN_HIGH)
gpioiic.c 59 int sc_pin_scl; member in struct:gpioiic_softc
129 sc->sc_pin_scl = GPIOIIC_PIN_SDA;
132 sc->sc_pin_scl = GPIOIIC_PIN_SCL;
161 caps = gpio_pin_caps(sc->sc_gpio, &sc->sc_map, sc->sc_pin_scl);
166 aprint_normal(", SCL[%d]", sc->sc_map.pm_map[sc->sc_pin_scl]);
179 gpio_pin_ctl(sc->sc_gpio, &sc->sc_map, sc->sc_pin_scl, sc->sc_scl);
256 gpio_pin_write(sc->sc_gpio, &sc->sc_map, sc->sc_pin_scl,
287 sc->sc_pin_scl) == GPIO_PIN_HIGH)

Completed in 21 milliseconds