Searched refs:gbasep (Results 1 – 7 of 7) sorted by relevance
| /u-boot/drivers/pch/ |
| A D | pch-uclass.c | 34 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 D | pch7.c | 41 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 D | pch9.c | 25 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 D | sandbox_pch.c | 37 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 D | pch.h | 77 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 D | bd82x6x.c | 195 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 D | pch.c | 634 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