HomeSort by relevance Sort by last modified time
    Searched refs:get_gpio_base (Results 1 - 8 of 8) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-armada100/
gpio.h 24 static inline void *get_gpio_base(int bank) function
  /external/u-boot/drivers/gpio/
mvgpio.c 44 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio));
58 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio));
74 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio));
89 gpio_reg_bank = get_gpio_base(GPIO_TO_REG(gpio));
  /external/u-boot/drivers/pch/
pch-uclass.c 37 if (!ops->get_gpio_base)
40 return ops->get_gpio_base(dev, gbasep);
pch7.c 74 .get_gpio_base = pch7_get_gpio_base,
pch9.c 72 .get_gpio_base = pch9_get_gpio_base,
  /external/u-boot/include/
pch.h 36 * get_gpio_base() - get the address of GPIO base
42 int (*get_gpio_base)(struct udevice *dev, u32 *gbasep); member in struct:pch_ops
  /external/u-boot/arch/x86/cpu/ivybridge/
bd82x6x.c 218 .get_gpio_base = bd82x6x_get_gpio_base,
  /external/u-boot/arch/x86/cpu/broadwell/
pch.c 526 .get_gpio_base = broadwell_get_gpio_base,

Completed in 233 milliseconds