Searched refs:gbasep (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pch/ |
| H A D | pch-uclass.c | 35 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 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()
|
| H 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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pch.h | 43 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 D | bd82x6x.c | 185 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 D | pch.c | 516 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()
|