Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dpch.h106 int pch_set_spi_protect(struct udevice *dev, bool protect);
/openbmc/u-boot/test/dm/
H A Dpch.c25 ut_assertok(pch_set_spi_protect(dev, true)); in dm_test_pch_base()
/openbmc/u-boot/drivers/pch/
H A Dpch-uclass.c22 int pch_set_spi_protect(struct udevice *dev, bool protect) in pch_set_spi_protect() function
/openbmc/u-boot/drivers/spi/
H A Dich.c595 ret = pch_set_spi_protect(dev->parent, false); in ich_spi_probe()