Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A 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()
/openbmc/u-boot/drivers/pch/
H A 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()
H A Dpch7.c74 .get_gpio_base = pch7_get_gpio_base,
H A Dpch9.c72 .get_gpio_base = pch9_get_gpio_base,
H A Dsandbox_pch.c70 .get_gpio_base = sandbox_pch_get_gpio_base,
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/
H A Dgpio.h24 static inline void *get_gpio_base(int bank) in get_gpio_base() function
/openbmc/u-boot/include/
H A Dpch.h58 int (*get_gpio_base)(struct udevice *dev, u32 *gbasep); member
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c240 .get_gpio_base = bd82x6x_get_gpio_base,
/openbmc/skeleton/libopenbmc_intf/
H A Dgpio.c76 int get_gpio_base() in get_gpio_base() function
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c636 .get_gpio_base = broadwell_get_gpio_base,