Home
last modified time | relevance | path

Searched refs:get_gpio_base (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/gpio/
Dmvgpio.c44 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio)); in gpio_direction_input()
58 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio)); in gpio_direction_output()
74 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio)); in gpio_get_value()
89 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio)); in gpio_set_value()
/external/u-boot/drivers/pch/
Dpch-uclass.c37 if (!ops->get_gpio_base) in pch_get_gpio_base()
40 return ops->get_gpio_base(dev, gbasep); in pch_get_gpio_base()
Dpch7.c74 .get_gpio_base = pch7_get_gpio_base,
Dpch9.c72 .get_gpio_base = pch9_get_gpio_base,
/external/u-boot/arch/arm/include/asm/arch-armada100/
Dgpio.h24 static inline void *get_gpio_base(int bank) in get_gpio_base() function
/external/u-boot/include/
Dpch.h42 int (*get_gpio_base)(struct udevice *dev, u32 *gbasep); member
/external/u-boot/arch/x86/cpu/ivybridge/
Dbd82x6x.c218 .get_gpio_base = bd82x6x_get_gpio_base,
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c526 .get_gpio_base = broadwell_get_gpio_base,