Home
last modified time | relevance | path

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

12

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_sflash_ext.c99 … 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 Dbl702_xip_sflash_ext.c152 …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 Ddisp_smart_backlight.h17 s32 disp_smbl_shadow_protect(struct disp_smbl *smbl, bool protect);
A Ddisp_enhance.h17 bool protect);
A Ddisp_capture.h28 s32 disp_capture_shadow_protect(struct disp_capture *capture, bool protect);
A Ddisp_smart_backlight.c18 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 Ddisp_capture.c35 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 Ddisp_enhance.c24 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 Ddisp_display.h46 s32 bsp_disp_shadow_protect(u32 disp, bool protect);
A Dbsp_display.h127 s32 bsp_disp_shadow_protect(u32 disp, bool protect);
A Ddisp_manager.c27 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 Dbl702_xip_sflash_ext.h79 … bflb_xip_sflash_kh25v40_write_protect_need_lock(spi_flash_cfg_type *p_flash_cfg, uint8_t protect);
A Dbl702_sflash_ext.h80 int bflb_sflash_kh25v40_write_protect(spi_flash_cfg_type *flash_cfg, uint8_t protect);
/bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/
A DKconfig78 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 Dopenocd.cfg30 #flash protect 0 64 last off
/bsp/sparkfun-redv/freedom-e-sdk/bsp/env/freedom-e300-arty/
A Dopenocd.cfg30 #flash protect 0 64 last off
/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/
A Dopenocd.cfg30 #flash protect 0 64 last off
/bsp/sparkfun-redv/freedom-e-sdk/bsp/env/coreplexip-e31-arty/
A Dopenocd.cfg30 #flash protect 0 64 last off
/bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/
A Dopenocd.cfg34 #flash protect 0 64 last off
/bsp/hifive1/
A Dopenocd.cfg34 flash protect 0 64 last off
/bsp/sparkfun-redv/freedom-e-sdk/bsp/env/freedom-e300-hifive1/
A Dopenocd.cfg34 #flash protect 0 64 last off
/bsp/sparkfun-redv/
A Dopenocd.cfg34 flash protect 0 64 last off
/bsp/nuclei/gd32vf103_rvstar/
A DSConstruct77 --batch -ex "monitor halt" -ex "monitor flash protect 0 0 last off" -ex "load" \
/bsp/nuclei/nuclei_fpga_eval/
A DSConstruct77 --batch -ex "monitor halt" -ex "monitor flash protect 0 0 last off" -ex "load" \
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/
A Ddev_disp.h211 extern s32 bsp_disp_shadow_protect(u32 disp, bool protect);

Completed in 39 milliseconds

12