Searched refs:sc_gpio_dir (Results 1 – 4 of 4) sorted by relevance
60 sc->sc_gpio_dir = (sc->sc_gpio_dir & ~which) | val; in i80321_gpio_set_direction()61 bus_space_write_1(sc->sc_st, sc->sc_sh, ICU_GPOE, ~sc->sc_gpio_dir); in i80321_gpio_set_direction()
63 sc->sc_gpio_dir = (sc->sc_gpio_dir & ~which) | val; in i80312_gpio_set_direction()65 ~sc->sc_gpio_dir); in i80312_gpio_set_direction()
144 uint8_t sc_gpio_dir; /* GPIO pin direction (1 == output) */ member
159 uint8_t sc_gpio_dir; /* GPIO pin direction (1 == output) */ member