Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pch/
H A Dpch7.c32 bios_cntl &= ~BIOS_CTRL_BIOSWE; in pch7_set_spi_protect()
34 bios_cntl |= BIOS_CTRL_BIOSWE; in pch7_set_spi_protect()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dlpc.c90 bios_cntl &= ~BIOS_CTRL_BIOSWE; in lpc_set_spi_protect()
93 bios_cntl |= BIOS_CTRL_BIOSWE; in lpc_set_spi_protect()
/openbmc/u-boot/include/
H A Dpch.h12 #define BIOS_CTRL_BIOSWE BIT(0) macro