Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/
Dlpc_common.h56 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect);
/external/u-boot/arch/x86/cpu/intel_common/
Dlpc.c83 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect) in lpc_set_spi_protect() function
/external/u-boot/arch/x86/cpu/ivybridge/
Dbd82x6x.c181 return lpc_set_spi_protect(dev, BIOS_CTRL, protect); in bd82x6x_set_spi_protect()
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c512 return lpc_set_spi_protect(dev, BIOS_CTRL, protect); in broadwell_set_spi_protect()