Searched refs:TWL4030_GPIO_MAX (Results 1 – 3 of 3) sorted by relevance
215 if (offset >= TWL4030_GPIO_MAX) { in twl_request()220 offset -= TWL4030_GPIO_MAX; in twl_request()280 if (offset >= TWL4030_GPIO_MAX) { in twl_free()281 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, 1); in twl_free()301 if (offset < TWL4030_GPIO_MAX) in twl_direction_in()342 if (offset < TWL4030_GPIO_MAX) in twl_set()345 twl4030_led_set_value(offset - TWL4030_GPIO_MAX, value); in twl_set()361 if (offset < TWL4030_GPIO_MAX) { in twl_direction_out()391 if (offset < TWL4030_GPIO_MAX) { in twl_get_direction()407 return (priv->irq_base && (offset < TWL4030_GPIO_MAX)) in twl_to_irq()[all …]
115 .bits = TWL4030_GPIO_MAX,175 .bits = TWL4030_GPIO_MAX,
296 #define TWL4030_GPIO_MAX 18 macro