Home
last modified time | relevance | path

Searched refs:pch_get_spi_base (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dpch.h64 int pch_get_spi_base(struct udevice *dev, ulong *sbasep);
/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() function
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dich.c122 pch_get_spi_base(dev->parent, &sbase_addr); in ich_init_controller()