Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch-uclass.c35 int pch_get_gpio_base(struct udevice *dev, u32 *gbasep) in pch_get_gpio_base() argument
39 *gbasep = 0; in pch_get_gpio_base()
43 return ops->get_gpio_base(dev, gbasep); in pch_get_gpio_base()
H 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()
H 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()
/OK3568_Linux_fs/u-boot/include/
H A Dpch.h43 int (*get_gpio_base)(struct udevice *dev, u32 *gbasep);
83 int pch_get_gpio_base(struct udevice *dev, u32 *gbasep);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c185 static int bd82x6x_get_gpio_base(struct udevice *dev, u32 *gbasep) in bd82x6x_get_gpio_base() argument
211 *gbasep = base & 1 ? base & ~3 : base & ~15; in bd82x6x_get_gpio_base()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c516 static int broadwell_get_gpio_base(struct udevice *dev, u32 *gbasep) in broadwell_get_gpio_base() argument
518 dm_pci_read_config32(dev, GPIO_BASE, gbasep); in broadwell_get_gpio_base()
519 *gbasep &= PCI_BASE_ADDRESS_IO_MASK; in broadwell_get_gpio_base()