Searched refs:FLAG_PROTECT_SET (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/board/socrates/ |
H A D | socrates.c | 111 flash_protect (FLAG_PROTECT_SET, in misc_init_r() 116 flash_protect (FLAG_PROTECT_SET, in misc_init_r() 122 flash_protect (FLAG_PROTECT_SET, in misc_init_r()
|
/openbmc/u-boot/common/ |
H A D | flash.c | 42 (flag & FLAG_PROTECT_SET) ? "ON" : in flash_protect() 71 else if (flag & FLAG_PROTECT_SET) { in flash_protect()
|
/openbmc/u-boot/board/spear/x600/ |
H A D | x600.c | 42 flash_protect(FLAG_PROTECT_SET, in board_late_init()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | pic32_flash.c | 417 flash_protect(FLAG_PROTECT_SET, in pic32_flash_probe() 425 flash_protect(FLAG_PROTECT_SET, in pic32_flash_probe()
|
H A D | cfi_mtd.c | 112 flash_protect(FLAG_PROTECT_SET, fi->start[0] + ofs, in cfi_mtd_lock()
|
H A D | cfi_flash.c | 2333 flash_protect(FLAG_PROTECT_SET, in flash_protect_default() 2341 flash_protect(FLAG_PROTECT_SET, in flash_protect_default() 2349 flash_protect(FLAG_PROTECT_SET, in flash_protect_default() 2359 flash_protect(FLAG_PROTECT_SET, in flash_protect_default()
|
/openbmc/u-boot/board/cobra5272/ |
H A D | flash.c | 99 flash_protect (FLAG_PROTECT_SET, in flash_init()
|
/openbmc/u-boot/include/ |
H A D | flash.h | 137 #define FLAG_PROTECT_SET 0x01 macro
|
/openbmc/u-boot/board/freescale/m5253demo/ |
H A D | flash.c | 49 flash_protect(FLAG_PROTECT_SET, in flash_init()
|