Home
last modified time | relevance | path

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

/external/u-boot/drivers/pch/
Dpch-uclass.c11 int pch_get_spi_base(struct udevice *dev, ulong *sbasep) in pch_get_spi_base() argument
15 *sbasep = 0; in pch_get_spi_base()
19 return ops->get_spi_base(dev, sbasep); in pch_get_spi_base()
Dpch7.c13 static int pch7_get_spi_base(struct udevice *dev, ulong *sbasep) in pch7_get_spi_base() argument
20 *sbasep = rcba + 0x3020; in pch7_get_spi_base()
Dpch9.c14 static int pch9_get_spi_base(struct udevice *dev, ulong *sbasep) in pch9_get_spi_base() argument
19 *sbasep = sbase_addr & 0xfffffe00; in pch9_get_spi_base()
/external/u-boot/include/
Dpch.h23 int (*get_spi_base)(struct udevice *dev, ulong *sbasep);
63 int pch_get_spi_base(struct udevice *dev, ulong *sbasep);
/external/u-boot/arch/x86/cpu/ivybridge/
Dbd82x6x.c167 static int bd82x6x_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in bd82x6x_pch_get_spi_base() argument
174 *sbasep = rcba + 0x3800; in bd82x6x_pch_get_spi_base()
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c498 static int broadwell_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in broadwell_pch_get_spi_base() argument
505 *sbasep = rcba + 0x3800; in broadwell_pch_get_spi_base()