| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/ |
| A D | bl702_sflash_ext.c | 99 … ATTR_TCM_SECTION bflb_sflash_kh25v40_write_protect(spi_flash_cfg_type *flash_cfg, uint8_t protect) in bflb_sflash_kh25v40_write_protect() argument 104 if (((stat >> 2) & 0xf) == protect) { in bflb_sflash_kh25v40_write_protect() 108 stat |= ((protect << 2) & 0xff); in bflb_sflash_kh25v40_write_protect() 117 if (((stat >> 2) & 0xf) == protect) { in bflb_sflash_kh25v40_write_protect()
|
| A D | bl702_xip_sflash_ext.c | 152 …N bflb_xip_sflash_kh25v40_write_protect_need_lock(spi_flash_cfg_type *p_flash_cfg, uint8_t protect) in bflb_xip_sflash_kh25v40_write_protect_need_lock() argument 161 stat = bflb_sflash_kh25v40_write_protect(p_flash_cfg, protect); in bflb_xip_sflash_kh25v40_write_protect_need_lock()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | disp_smart_backlight.h | 17 s32 disp_smbl_shadow_protect(struct disp_smbl *smbl, bool protect);
|
| A D | disp_enhance.h | 17 bool protect);
|
| A D | disp_capture.h | 28 s32 disp_capture_shadow_protect(struct disp_capture *capture, bool protect);
|
| A D | disp_smart_backlight.c | 18 s32 (*shadow_protect)(u32 sel, bool protect); 248 s32 disp_smbl_shadow_protect(struct disp_smbl *smbl, bool protect) in disp_smbl_shadow_protect() argument 258 return smblp->shadow_protect(smbl->disp, protect); in disp_smbl_shadow_protect()
|
| A D | disp_capture.c | 35 s32 (*shadow_protect)(u32 sel, bool protect); 81 s32 disp_capture_shadow_protect(struct disp_capture *capture, bool protect) in disp_capture_shadow_protect() argument 92 return capturep->shadow_protect(capture->disp, protect); in disp_capture_shadow_protect()
|
| A D | disp_enhance.c | 24 s32 (*shadow_protect)(u32 sel, bool protect); 551 bool protect) in disp_enhance_shadow_protect() argument 562 return enhancep->shadow_protect(enhance->disp, protect); in disp_enhance_shadow_protect()
|
| A D | disp_display.h | 46 s32 bsp_disp_shadow_protect(u32 disp, bool protect);
|
| A D | bsp_display.h | 127 s32 bsp_disp_shadow_protect(u32 disp, bool protect);
|
| A D | disp_manager.c | 27 s32 (*shadow_protect)(u32 disp, bool protect); 65 s32 (*shadow_protect)(u32 sel, bool protect); 824 static s32 disp_mgr_shadow_protect(struct disp_manager *mgr, bool protect) in disp_mgr_shadow_protect() argument 834 return mgrp->shadow_protect(mgr->disp, protect); in disp_mgr_shadow_protect()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/ |
| A D | bl702_xip_sflash_ext.h | 79 … bflb_xip_sflash_kh25v40_write_protect_need_lock(spi_flash_cfg_type *p_flash_cfg, uint8_t protect);
|
| A D | bl702_sflash_ext.h | 80 int bflb_sflash_kh25v40_write_protect(spi_flash_cfg_type *flash_cfg, uint8_t protect);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | Kconfig | 78 protection, which cost much for status register and to protect 82 protect other blocks. As you see, the unit to lock/unlock is a block. 86 In a word, It spends very little time to protect data if power lose.
|
| /bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/ |
| A D | openocd.cfg | 30 #flash protect 0 64 last off
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/env/freedom-e300-arty/ |
| A D | openocd.cfg | 30 #flash protect 0 64 last off
|
| /bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/ |
| A D | openocd.cfg | 30 #flash protect 0 64 last off
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/env/coreplexip-e31-arty/ |
| A D | openocd.cfg | 30 #flash protect 0 64 last off
|
| /bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/ |
| A D | openocd.cfg | 34 #flash protect 0 64 last off
|
| /bsp/hifive1/ |
| A D | openocd.cfg | 34 flash protect 0 64 last off
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/env/freedom-e300-hifive1/ |
| A D | openocd.cfg | 34 #flash protect 0 64 last off
|
| /bsp/sparkfun-redv/ |
| A D | openocd.cfg | 34 flash protect 0 64 last off
|
| /bsp/nuclei/gd32vf103_rvstar/ |
| A D | SConstruct | 77 --batch -ex "monitor halt" -ex "monitor flash protect 0 0 last off" -ex "load" \
|
| /bsp/nuclei/nuclei_fpga_eval/ |
| A D | SConstruct | 77 --batch -ex "monitor halt" -ex "monitor flash protect 0 0 last off" -ex "load" \
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/ |
| A D | dev_disp.h | 211 extern s32 bsp_disp_shadow_protect(u32 disp, bool protect);
|