Home
last modified time | relevance | path

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

/u-boot/drivers/pch/
A 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()
A Dpch7.c14 static int pch7_get_spi_base(struct udevice *dev, ulong *sbasep) in pch7_get_spi_base() argument
21 *sbasep = rcba + 0x3020; in pch7_get_spi_base()
A Dpch9.c15 static int pch9_get_spi_base(struct udevice *dev, ulong *sbasep) in pch9_get_spi_base() argument
20 *sbasep = sbase_addr & 0xfffffe00; in pch9_get_spi_base()
A Dsandbox_pch.c21 static int sandbox_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in sandbox_pch_get_spi_base() argument
23 *sbasep = 0x10; in sandbox_pch_get_spi_base()
/u-boot/include/
A Dpch.h58 int (*get_spi_base)(struct udevice *dev, ulong *sbasep);
115 int pch_get_spi_base(struct udevice *dev, ulong *sbasep);
/u-boot/arch/x86/cpu/ivybridge/
A Dbd82x6x.c175 static int bd82x6x_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in bd82x6x_pch_get_spi_base() argument
182 *sbasep = rcba + 0x3800; in bd82x6x_pch_get_spi_base()
/u-boot/arch/x86/cpu/broadwell/
A Dpch.c617 static int broadwell_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in broadwell_pch_get_spi_base() argument
624 *sbasep = rcba + 0x3800; in broadwell_pch_get_spi_base()

Completed in 7 milliseconds