Searched refs:GPIO_PER_BANK (Results 1 – 12 of 12) sorted by relevance
21 #define GPIO_PER_BANK 32 macro63 if (at91_port && (pin < GPIO_PER_BANK)) in at91_set_pio_pullup()77 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_set_pio_periph()95 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_set_a_periph()114 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_set_b_periph()133 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_pio3_set_a_periph()156 if (at91_port && (pin < GPIO_PER_BANK)) { in at91_pio3_set_b_periph()245 if (at91_port && (pin < GPIO_PER_BANK)) in at91_set_pio_input()275 if (at91_port && (pin < GPIO_PER_BANK)) in at91_set_pio_output()371 if (at91_port && (pin < GPIO_PER_BANK)) in at91_pio3_set_pio_pullup()[all …]
14 #define GPIO_PER_BANK 32 macro19 (1UL << ((gpio) & (GPIO_PER_BANK - 1)))
22 #define GPIO_PER_BANK 32 macro147 uc_priv->gpio_count = GPIO_PER_BANK; in imx_rgpio2p_probe()
20 #define S5P_GPIO_GET_PIN(x) (x % GPIO_PER_BANK)63 bank += (gpio - upto) / GPIO_PER_BANK; in s5p_gpio_get_bank()299 uc_priv->gpio_count = GPIO_PER_BANK; in gpio_exynos_probe()
44 #define GPIO_PER_BANK 32 macro128 uc_priv->gpio_count = GPIO_PER_BANK; in ich6_gpio_probe()
37 #define GPIO_PER_BANK 32 macro299 uc_priv->gpio_count = GPIO_PER_BANK; in omap_gpio_probe()
24 #define GPIO_PER_BANK 32 macro304 uc_priv->gpio_count = GPIO_PER_BANK; in mxc_gpio_probe()
131 uc_priv->gpio_count = GPIO_PER_BANK; in broadwell_gpio_probe()
11 #define GPIO_PER_BANK 32 macro62 } config[GPIO_BANKS * GPIO_PER_BANK];
183 set = gpio / GPIO_PER_BANK; in broadwell_pinctrl_commit()184 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
Completed in 26 milliseconds