Home
last modified time | relevance | path

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

/u-boot/drivers/pch/
A Dpch-uclass.c34 int pch_get_gpio_base(struct udevice *dev, u32 *gbasep) in pch_get_gpio_base() argument
38 *gbasep = 0; in pch_get_gpio_base()
42 return ops->get_gpio_base(dev, gbasep); in pch_get_gpio_base()
A Dpch7.c41 static int pch7_get_gpio_base(struct udevice *dev, u32 *gbasep) in pch7_get_gpio_base() argument
67 *gbasep = base & 1 ? base & ~3 : base & ~15; in pch7_get_gpio_base()
A Dpch9.c25 static int pch9_get_gpio_base(struct udevice *dev, u32 *gbasep) in pch9_get_gpio_base() argument
51 *gbasep = base & 1 ? base & ~3 : base & ~15; in pch9_get_gpio_base()
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()
/u-boot/include/
A Dpch.h77 int (*get_gpio_base)(struct udevice *dev, u32 *gbasep);
134 int pch_get_gpio_base(struct udevice *dev, u32 *gbasep);
/u-boot/arch/x86/cpu/ivybridge/
A Dbd82x6x.c195 static int bd82x6x_get_gpio_base(struct udevice *dev, u32 *gbasep) in bd82x6x_get_gpio_base() argument
221 *gbasep = base & 1 ? base & ~3 : base & ~15; in bd82x6x_get_gpio_base()
/u-boot/arch/x86/cpu/broadwell/
A Dpch.c634 static int broadwell_get_gpio_base(struct udevice *dev, u32 *gbasep) in broadwell_get_gpio_base() argument
636 dm_pci_read_config32(dev, GPIO_BASE, gbasep); in broadwell_get_gpio_base()
637 *gbasep &= PCI_BASE_ADDRESS_IO_MASK; in broadwell_get_gpio_base()

Completed in 15 milliseconds