Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dlpc_common.h57 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/
H A Dlpc.c84 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect) in lpc_set_spi_protect() function
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c182 return lpc_set_spi_protect(dev, BIOS_CTRL, protect); in bd82x6x_set_spi_protect()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c513 return lpc_set_spi_protect(dev, BIOS_CTRL, protect); in broadwell_set_spi_protect()