Home
last modified time | relevance | path

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

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