Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dmvgpio.c45 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio)); in gpio_direction_input()
59 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio)); in gpio_direction_output()
75 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio)); in gpio_get_value()
90 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio)); in gpio_set_value()
/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch-uclass.c40 if (!ops->get_gpio_base) in pch_get_gpio_base()
43 return ops->get_gpio_base(dev, gbasep); in pch_get_gpio_base()
H A Dpch7.c75 .get_gpio_base = pch7_get_gpio_base,
H A Dpch9.c73 .get_gpio_base = pch9_get_gpio_base,
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-armada100/
H A Dgpio.h25 static inline void *get_gpio_base(int bank) in get_gpio_base() function
/OK3568_Linux_fs/u-boot/include/
H A Dpch.h43 int (*get_gpio_base)(struct udevice *dev, u32 *gbasep); member
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c219 .get_gpio_base = bd82x6x_get_gpio_base,
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c527 .get_gpio_base = broadwell_get_gpio_base,