Searched refs:S905D2_GPIOH (Results 1 – 4 of 4) sorted by relevance
66 gpio_impl_set_alt_function(&bus->gpio, S905D2_GPIOH(5), 0); in astro_touch_init()67 gpio_impl_config_in(&bus->gpio, S905D2_GPIOH(5), GPIO_NO_PULL); in astro_touch_init()75 gpio_impl_read(&bus->gpio, S905D2_GPIOH(5), &gpio_state); in astro_touch_init()
68 .gpio = S905D2_GPIOH(6),72 .gpio = S905D2_GPIOH(5),
15 #define T931_GPIOH(n) S905D2_GPIOH(n)
30 #define S905D2_GPIOH(n) (S905D2_GPIOH_START + n) macro
Completed in 8 milliseconds