Home
last modified time | relevance | path

Searched refs:INSIDE_FLS_SECBOOT_ADDR (Results 1 – 2 of 2) sorted by relevance

/device/soc/winnermicro/wm800/board/include/driver/
Dwm_internal_flash.h44 #define INSIDE_FLS_SECBOOT_ADDR (INSIDE_FLS_BASE_ADDR + 0x02000) macro
/device/soc/winnermicro/wm800/board/platform/drivers/internalflash/
Dwm_internal_fls.c1191 …for (i = 0; i < (inside_fls->density - (INSIDE_FLS_SECBOOT_ADDR & 0xFFFFF)) / INSIDE_FLS_SECTOR_SI… in tls_fls_chip_erase()
1192 … flashRead(INSIDE_FLS_SECBOOT_ADDR + i * INSIDE_FLS_SECTOR_SIZE, cache, INSIDE_FLS_SECTOR_SIZE); in tls_fls_chip_erase()
1195 eraseSector(INSIDE_FLS_SECBOOT_ADDR + i * INSIDE_FLS_SECTOR_SIZE); in tls_fls_chip_erase()