Home
last modified time | relevance | path

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

/external/u-boot/include/
Dpch.h73 int pch_set_spi_protect(struct udevice *dev, bool protect);
/external/u-boot/drivers/pch/
Dpch-uclass.c22 int pch_set_spi_protect(struct udevice *dev, bool protect) in pch_set_spi_protect() function
/external/u-boot/drivers/spi/
Dich.c595 ret = pch_set_spi_protect(dev->parent, false); in ich_spi_probe()