Searched defs:protect (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/pch/ |
A D | sandbox_pch.c | 11 bool protect; member 28 static int sandbox_pch_set_spi_protect(struct udevice *dev, bool protect) in sandbox_pch_set_spi_protect()
|
A D | pch7.c | 26 static int pch7_set_spi_protect(struct udevice *dev, bool protect) in pch7_set_spi_protect()
|
A D | pch-uclass.c | 22 int pch_set_spi_protect(struct udevice *dev, bool protect) in pch_set_spi_protect()
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | pch.c | 14 static int apl_set_spi_protect(struct udevice *dev, bool protect) in apl_set_spi_protect()
|
/u-boot/arch/x86/cpu/intel_common/ |
A D | lpc.c | 85 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect) in lpc_set_spi_protect()
|
/u-boot/arch/x86/cpu/ivybridge/ |
A D | bd82x6x.c | 187 static int bd82x6x_set_spi_protect(struct udevice *dev, bool protect) in bd82x6x_set_spi_protect()
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | pch.c | 629 static int broadwell_set_spi_protect(struct udevice *dev, bool protect) in broadwell_set_spi_protect()
|
/u-boot/drivers/mtd/ubi/ |
A D | wl.c | 675 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
|
/u-boot/arch/arm/include/asm/arch-sunxi/ |
A D | dram_sunxi_dw.h | 41 u32 protect; /* 0x800 */ member
|
/u-boot/include/ |
A D | flash.h | 23 uchar protect[CONFIG_SYS_MAX_FLASH_SECT]; /* sector protection status */ member
|
Completed in 31 milliseconds