Searched refs:GPIO_PER_BANK (Results 1 – 12 of 12) sorted by relevance
20 #define GPIO_PER_BANK 32 macro62 if (at91_port && (pin < GPIO_PER_BANK)) in at91_set_pio_pullup()76 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_set_pio_periph()94 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_set_a_periph()113 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_set_b_periph()132 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_pio3_set_a_periph()155 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_pio3_set_b_periph()177 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_pio3_set_c_periph()199 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_pio3_set_d_periph()244 if (at91_port && (pin < GPIO_PER_BANK)) in at91_set_pio_input()[all …]
13 #define GPIO_PER_BANK 32 macro18 (1UL << ((gpio) & (GPIO_PER_BANK - 1)))
18 #define S5P_GPIO_GET_PIN(x) (x % GPIO_PER_BANK)61 bank += (gpio - upto) / GPIO_PER_BANK; in s5p_gpio_get_bank()297 uc_priv->gpio_count = GPIO_PER_BANK; in gpio_exynos_probe()
21 #define GPIO_PER_BANK 32 macro146 uc_priv->gpio_count = GPIO_PER_BANK; in imx_rgpio2p_probe()
42 #define GPIO_PER_BANK 32 macro126 uc_priv->gpio_count = GPIO_PER_BANK; in ich6_gpio_probe()
35 #define GPIO_PER_BANK 32 macro300 uc_priv->gpio_count = GPIO_PER_BANK; in omap_gpio_probe()
22 #define GPIO_PER_BANK 32 macro282 uc_priv->gpio_count = GPIO_PER_BANK; in mxc_gpio_probe()
129 uc_priv->gpio_count = GPIO_PER_BANK; in broadwell_gpio_probe()
11 #define GPIO_PER_BANK 32 macro62 } config[GPIO_BANKS * GPIO_PER_BANK];
180 set = gpio / GPIO_PER_BANK; in broadwell_pinctrl_commit()181 bit = gpio % GPIO_PER_BANK; in broadwell_pinctrl_commit()
780 #define GPIO_PER_BANK 8 macro820 #define GPIO_PER_BANK 8 macro
22 #define GPIO_PER_BANK 8 macro