Searched refs:TWL4030_GPIO_MAX (Results 1 – 3 of 3) sorted by relevance
209 if (offset >= TWL4030_GPIO_MAX) { in twl_request()214 offset -= TWL4030_GPIO_MAX; in twl_request()274 if (offset >= TWL4030_GPIO_MAX) { in twl_free()275 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, 1); in twl_free()295 if (offset < TWL4030_GPIO_MAX) in twl_direction_in()336 if (offset < TWL4030_GPIO_MAX) in twl_set()339 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, value); in twl_set()355 if (offset < TWL4030_GPIO_MAX) { in twl_direction_out()379 return (priv->irq_base && (offset < TWL4030_GPIO_MAX)) in twl_to_irq()489 0, TWL4030_GPIO_MAX, 0); in gpio_twl4030_probe()[all …]
127 .bits = TWL4030_GPIO_MAX,187 .bits = TWL4030_GPIO_MAX,
304 #define TWL4030_GPIO_MAX 18 macro