Searched refs:TWL4030_GPIO_MAX (Results 1 – 3 of 3) sorted by relevance
214 if (offset >= TWL4030_GPIO_MAX) { in twl_request()219 offset -= TWL4030_GPIO_MAX; in twl_request()279 if (offset >= TWL4030_GPIO_MAX) { in twl_free()280 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, 1); in twl_free()300 if (offset < TWL4030_GPIO_MAX) in twl_direction_in()341 if (offset < TWL4030_GPIO_MAX) in twl_set()344 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, value); in twl_set()360 if (offset < TWL4030_GPIO_MAX) { in twl_direction_out()384 return (priv->irq_base && (offset < TWL4030_GPIO_MAX)) in twl_to_irq()493 irq_base = irq_alloc_descs(-1, 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