Home
last modified time | relevance | path

Searched refs:GPIO_PER_BANK (Results 1 – 12 of 12) sorted by relevance

/u-boot/drivers/gpio/
A Dat91_gpio.c21 #define GPIO_PER_BANK 32 macro
63 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 …]
A Dkona_gpio.c14 #define GPIO_PER_BANK 32 macro
19 (1UL << ((gpio) & (GPIO_PER_BANK - 1)))
A Dimx_rgpio2p.c22 #define GPIO_PER_BANK 32 macro
147 uc_priv->gpio_count = GPIO_PER_BANK; in imx_rgpio2p_probe()
A Ds5p_gpio.c20 #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()
A Dintel_ich6_gpio.c44 #define GPIO_PER_BANK 32 macro
128 uc_priv->gpio_count = GPIO_PER_BANK; in ich6_gpio_probe()
A Domap_gpio.c37 #define GPIO_PER_BANK 32 macro
299 uc_priv->gpio_count = GPIO_PER_BANK; in omap_gpio_probe()
A Dmxc_gpio.c24 #define GPIO_PER_BANK 32 macro
304 uc_priv->gpio_count = GPIO_PER_BANK; in mxc_gpio_probe()
A Dintel_broadwell_gpio.c131 uc_priv->gpio_count = GPIO_PER_BANK; in broadwell_gpio_probe()
/u-boot/arch/x86/include/asm/arch-broadwell/
A Dgpio.h11 #define GPIO_PER_BANK 32 macro
62 } config[GPIO_BANKS * GPIO_PER_BANK];
/u-boot/arch/x86/cpu/broadwell/
A Dpinctrl_broadwell.c183 set = gpio / GPIO_PER_BANK; in broadwell_pinctrl_commit()
184 bit = gpio % GPIO_PER_BANK; in broadwell_pinctrl_commit()
/u-boot/arch/arm/mach-s5pc1xx/include/mach/
A Dgpio.h780 #define GPIO_PER_BANK 8 macro
820 #define GPIO_PER_BANK 8 macro
/u-boot/arch/arm/mach-exynos/include/mach/
A Dgpio.h22 #define GPIO_PER_BANK 8 macro

Completed in 26 milliseconds