Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dpch.h74 int pch_set_spi_protect(struct udevice *dev, bool protect);
/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch-uclass.c25 int pch_set_spi_protect(struct udevice *dev, bool protect) in pch_set_spi_protect() function
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dich.c596 ret = pch_set_spi_protect(dev->parent, false); in ich_spi_probe()