Searched refs:NUM_GPIOS (Results 1 – 3 of 3) sorted by relevance
12 #define NUM_GPIOS 8 macro35 if (offset >= NUM_GPIOS) in max77663_gpio_direction_input()53 if (offset >= NUM_GPIOS) in max77663_gpio_direction_output()79 if (offset >= NUM_GPIOS) { in max77663_gpio_get_value()86 return !!(ret & BIT(offset - NUM_GPIOS)); in max77663_gpio_get_value()107 if (offset >= NUM_GPIOS) in max77663_gpio_set_value()125 if (offset >= NUM_GPIOS) in max77663_gpio_get_function()161 for (i = 0; i < NUM_GPIOS; i++) { in max77663_gpio_probe()
12 #define NUM_GPIOS 8 macro115 uc_priv->gpio_count = NUM_GPIOS; in palmas_gpio_probe()
12 #define NUM_GPIOS 8 macro43 if (gpio >= NUM_GPIOS) in as3722_gpio_set_value()104 uc_priv->gpio_count = NUM_GPIOS; in as3722_gpio_probe()
Completed in 6 milliseconds