Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch7.c33 bios_cntl &= ~BIOS_CTRL_BIOSWE; in pch7_set_spi_protect()
35 bios_cntl |= BIOS_CTRL_BIOSWE; in pch7_set_spi_protect()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/
H A Dlpc.c91 bios_cntl &= ~BIOS_CTRL_BIOSWE; in lpc_set_spi_protect()
94 bios_cntl |= BIOS_CTRL_BIOSWE; in lpc_set_spi_protect()
/OK3568_Linux_fs/u-boot/include/
H A Dpch.h13 #define BIOS_CTRL_BIOSWE BIT(0) macro