Home
last modified time | relevance | path

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

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