Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dflash_mmap.c288 __attribute__((unused)) uint32_t phys_page = phys_offs / CONFIG_MMU_PAGE_SIZE; in spi_flash_phys2cache() local
290 …if (phys_page >= instruction_flash_start_page_get() && phys_page <= instruction_flash_end_page_get… in spi_flash_phys2cache()
297 if (phys_page >= rodata_flash_start_page_get() && phys_page <= rodata_flash_start_page_get()) { in spi_flash_phys2cache()