Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pch/
H A Dpch-uclass.c16 if (!ops->get_spi_base) in pch_get_spi_base()
19 return ops->get_spi_base(dev, sbasep); in pch_get_spi_base()
H A Dpch7.c72 .get_spi_base = pch7_get_spi_base,
H A Dpch9.c71 .get_spi_base = pch9_get_spi_base,
H A Dsandbox_pch.c68 .get_spi_base = sandbox_pch_get_spi_base,
/openbmc/u-boot/include/
H A Dpch.h39 int (*get_spi_base)(struct udevice *dev, ulong *sbasep); member
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c238 .get_spi_base = bd82x6x_pch_get_spi_base,
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c634 .get_spi_base = broadwell_pch_get_spi_base,