Home
last modified time | relevance | path

Searched refs:tls_fls_erase (Results 1 – 5 of 5) sorted by relevance

/device/soc/winnermicro/wm800/board/src/components/fs/
Dwm_littlefs.c36 return tls_fls_erase(addr/INSIDE_FLS_SECTOR_SIZE); in littlefs_block_erase()
Dwm_fs_init.c57 tls_fls_erase(offset / INSIDE_FLS_SECTOR_SIZE); in lfs_flash_block_erase()
/device/soc/winnermicro/wm800/board/include/driver/
Dwm_internal_flash.h291 int tls_fls_erase(u32 sector);
/device/soc/winnermicro/wm800/board/platform/drivers/internalflash/
Dwm_internal_fls.c1003 int tls_fls_erase(u32 sector) in tls_fls_erase() function
/device/soc/winnermicro/wm800/board/platform/common/params/
Dwm_param.c472 tls_fls_erase(TLS_FLASH_PARAM_RESTORE_ADDR / INSIDE_FLS_SECTOR_SIZE); in tls_param_init()