Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch-uclass.c19 if (!ops->get_spi_base) in pch_get_spi_base()
22 return ops->get_spi_base(dev, sbasep); in pch_get_spi_base()
H A Dpch7.c73 .get_spi_base = pch7_get_spi_base,
H A Dpch9.c72 .get_spi_base = pch9_get_spi_base,
/OK3568_Linux_fs/u-boot/include/
H A Dpch.h24 int (*get_spi_base)(struct udevice *dev, ulong *sbasep); member
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c217 .get_spi_base = bd82x6x_pch_get_spi_base,
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c525 .get_spi_base = broadwell_pch_get_spi_base,