Searched refs:TWL4030_GPIO_MAX (Results 1 – 5 of 5) 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,
386 gpio_leds[2].gpio = gpio + TWL4030_GPIO_MAX + 1; in overo_twl_gpio_setup()
347 phy_data[0].vcc_gpio = gpio + TWL4030_GPIO_MAX; in beagle_twl_gpio_setup()
304 #define TWL4030_GPIO_MAX 18 macro