Home
last modified time | relevance | path

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

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