Home
last modified time | relevance | path

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

/external/u-boot/drivers/pch/
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()
Dpch7.c72 .get_spi_base = pch7_get_spi_base,
Dpch9.c71 .get_spi_base = pch9_get_spi_base,
/external/u-boot/include/
Dpch.h23 int (*get_spi_base)(struct udevice *dev, ulong *sbasep); member
/external/u-boot/arch/x86/cpu/ivybridge/
Dbd82x6x.c216 .get_spi_base = bd82x6x_pch_get_spi_base,
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c524 .get_spi_base = broadwell_pch_get_spi_base,