Home
last modified time | relevance | path

Searched refs:set_spi_protect (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch-uclass.c29 if (!ops->set_spi_protect) in pch_set_spi_protect()
32 return ops->set_spi_protect(dev, protect); in pch_set_spi_protect()
H A Dpch7.c74 .set_spi_protect = pch7_set_spi_protect,
/OK3568_Linux_fs/u-boot/include/
H A Dpch.h34 int (*set_spi_protect)(struct udevice *dev, bool protect); member
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c218 .set_spi_protect = bd82x6x_set_spi_protect,
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c526 .set_spi_protect = broadwell_set_spi_protect,