Home
last modified time | relevance | path

Searched refs:CFIFLASH_CAPACITY (Results 1 - 3 of 3) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H A Dcfiflash.c215 if ((offset + nbytes) > CFIFLASH_CAPACITY) { in CfiFlashRead()
239 if ((offset + nbytes) > CFIFLASH_CAPACITY) { in CfiFlashWrite()
262 if (offset > CFIFLASH_CAPACITY) { in CfiFlashErase()
H A Dcfiflash.h21 #define CFIFLASH_CAPACITY (32 * 1024 * 1024) macro
H A Dcfiflash_internal.h24 #define CFIFLASH_SECTORS (CFIFLASH_CAPACITY / CFIFLASH_SEC_SIZE)

Completed in 1 milliseconds