Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 56) sorted by relevance

123

/rk3399_rockchip-uboot/arch/arm/mach-at91/arm926ejs/
H A Deflash.c110 flash_info[0].protect[i] = 0; in flash_init()
121 flash_info[0].protect[i] = (tmp >> (i%32)) & 1; in flash_init()
124 flash_info[0].protect[i] = 1; in flash_init()
145 info->protect[i] ? " (RO)" : " " in flash_print_info()
185 info->protect[i] = (tmp >> (i%32)) & 1; in flash_real_protect()
/rk3399_rockchip-uboot/include/
H A Dpch.h34 int (*set_spi_protect)(struct udevice *dev, bool protect);
74 int pch_set_spi_protect(struct udevice *dev, bool protect);
/rk3399_rockchip-uboot/drivers/pch/
H A Dpch-uclass.c25 int pch_set_spi_protect(struct udevice *dev, bool protect) in pch_set_spi_protect() argument
32 return ops->set_spi_protect(dev, protect); in pch_set_spi_protect()
H A Dpch7.c26 static int pch7_set_spi_protect(struct udevice *dev, bool protect) in pch7_set_spi_protect() argument
32 if (protect) in pch7_set_spi_protect()
/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dlpc.c84 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect) in lpc_set_spi_protect() argument
90 if (protect) { in lpc_set_spi_protect()
/rk3399_rockchip-uboot/board/freescale/m5253demo/
H A Dflash.c64 info->protect[0] = 0; in flash_get_offsets()
68 info->protect[i] = 0; in flash_get_offsets()
121 info->start[i], info->protect[i] ? " (RO)" : " "); in flash_print_info()
208 if (info->protect[sect]) { in flash_erase()
266 if (info->protect[sect] == 0) { /* not protected */ in flash_erase()
/rk3399_rockchip-uboot/common/
H A Dflash.c68 info->protect[i] = 0; in flash_protect()
76 info->protect[i] = 1; in flash_protect()
149 (info->protect[i] != 0) ) { in flash_write()
H A Dupdate.c144 sp_info_ptr[i] = info->protect[i]; in update_flash_protect()
154 info->protect[i] = prot; in update_flash_protect()
/rk3399_rockchip-uboot/board/cobra5272/
H A Dflash.c48 info->protect[i] ? " (RO)" : " "); in flash_print_info()
70 memset (flash_info[i].protect, 0, CONFIG_SYS_MAX_FLASH_SECT); in flash_init()
153 if (info->protect[sect]) { in flash_erase()
181 if (info->protect[sect] == 0) { /* not protected */ in flash_erase()
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c180 static int bd82x6x_set_spi_protect(struct udevice *dev, bool protect) in bd82x6x_set_spi_protect() argument
182 return lpc_set_spi_protect(dev, BIOS_CTRL, protect); in bd82x6x_set_spi_protect()
/rk3399_rockchip-uboot/drivers/mtd/
H A Dpic32_flash.c125 if (info->protect[sect]) in flash_erase()
137 if (info->protect[sect]) in flash_erase()
326 info->protect[i] ? " (RO)" : " "); in flash_print_info()
366 info->protect[sect] = 1; in pic32_flash_bank_init()
H A Dst_smi.c515 erased ? " E" : " ", info->protect[i] ? "RO " : " "); in flash_print_info()
520 info->start[i], info->protect[i] ? " (RO) " : " "); in flash_print_info()
544 if (info->protect[sect]) in flash_erase()
555 if (info->protect[sect] == 0) { in flash_erase()
H A Dcfi_flash.c1074 if (info->protect[sect]) in flash_erase()
1089 if (info->protect[sect] == 0) { /* not protected */ in flash_erase()
1279 info->protect[i] ? "RO" : " "); in flash_print_info()
1283 info->protect[i] ? "RO" : " "); in flash_print_info()
1585 info->protect[sector] = prot; in flash_real_protect()
1595 if (info->protect[i]) in flash_real_protect()
2222 info->protect[sect_cnt] = in flash_get_size()
2233 info->protect[sect_cnt] = 0; in flash_get_size()
2244 info->protect[sect_cnt] = in flash_get_size()
2252 info->protect[sect_cnt] = 0; in flash_get_size()
[all …]
H A Dstm32_flash.c75 info->protect[i] ? " (RO)" : " "); in flash_print_info()
/rk3399_rockchip-uboot/board/freescale/p2041rdb/
H A DREADME20 => protect off all
26 => protect off all
32 => protect off all
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dlpc_common.h57 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect);
/rk3399_rockchip-uboot/cmd/
H A Dflash.c479 info->protect[i] = p; in do_protect()
503 info->protect[i] = p; in do_protect()
565 info->protect[i] = p; in do_protect()
620 info->protect[i] = p; in flash_sect_protect()
674 protect, 4, 0, do_protect,
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/
H A DREADME71 protect off all
75 protect on all
/rk3399_rockchip-uboot/board/shmin/
H A Dshmin.c85 info->protect[k] = 0; in board_flash_get_legacy()
/rk3399_rockchip-uboot/board/sbc8548/
H A DREADME116 protect off all
120 protect on all
135 protect off all
139 protect on all
147 protect off all
151 protect on all
/rk3399_rockchip-uboot/board/freescale/c29xpcie/
H A DREADME65 => protect off eff40000 +$filesize
76 => protect off e9f40000 +$filesize
/rk3399_rockchip-uboot/doc/device-tree-bindings/nand/
H A Dnvidia,tegra20-nand.txt24 nvidia,wp-gpios : GPIO of write-protect line, three cells in the format:
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/
H A DREADME154 protect off all
167 protect off FE000000 +$filesize
182 protect off FE000000 +10000
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/
H A DREADME25 protect off all
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/
H A DREADME43 protect off fe000000 +$filesize

123