Home
last modified time | relevance | path

Searched refs:gbasep (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/pch/
H A Dpch-uclass.c32 int pch_get_gpio_base(struct udevice *dev, u32 *gbasep) in pch_get_gpio_base() argument
36 *gbasep = 0; in pch_get_gpio_base()
40 return ops->get_gpio_base(dev, gbasep); in pch_get_gpio_base()
H A Dpch9.c24 static int pch9_get_gpio_base(struct udevice *dev, u32 *gbasep) in pch9_get_gpio_base() argument
50 *gbasep = base & 1 ? base & ~3 : base & ~15; in pch9_get_gpio_base()
H A Dpch7.c40 static int pch7_get_gpio_base(struct udevice *dev, u32 *gbasep) in pch7_get_gpio_base() argument
66 *gbasep = base & 1 ? base & ~3 : base & ~15; in pch7_get_gpio_base()
H A Dsandbox_pch.c37 static int sandbox_pch_get_gpio_base(struct udevice *dev, u32 *gbasep) in sandbox_pch_get_gpio_base() argument
39 *gbasep = 0x20; in sandbox_pch_get_gpio_base()
/openbmc/u-boot/include/
H A Dpch.h58 int (*get_gpio_base)(struct udevice *dev, u32 *gbasep);
115 int pch_get_gpio_base(struct udevice *dev, u32 *gbasep);
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c188 static int bd82x6x_get_gpio_base(struct udevice *dev, u32 *gbasep) in bd82x6x_get_gpio_base() argument
214 *gbasep = base & 1 ? base & ~3 : base & ~15; in bd82x6x_get_gpio_base()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c625 static int broadwell_get_gpio_base(struct udevice *dev, u32 *gbasep) in broadwell_get_gpio_base() argument
627 dm_pci_read_config32(dev, GPIO_BASE, gbasep); in broadwell_get_gpio_base()
628 *gbasep &= PCI_BASE_ADDRESS_IO_MASK; in broadwell_get_gpio_base()