Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch-uclass.c14 int pch_get_spi_base(struct udevice *dev, ulong *sbasep) in pch_get_spi_base() argument
18 *sbasep = 0; in pch_get_spi_base()
22 return ops->get_spi_base(dev, sbasep); in pch_get_spi_base()
H 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()
H 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()
/OK3568_Linux_fs/u-boot/include/
H A Dpch.h24 int (*get_spi_base)(struct udevice *dev, ulong *sbasep);
64 int pch_get_spi_base(struct udevice *dev, ulong *sbasep);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c168 static int bd82x6x_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in bd82x6x_pch_get_spi_base() argument
175 *sbasep = rcba + 0x3800; in bd82x6x_pch_get_spi_base()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c499 static int broadwell_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in broadwell_pch_get_spi_base() argument
506 *sbasep = rcba + 0x3800; in broadwell_pch_get_spi_base()