Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dflash_mmap.c282 const void * spi_flash_phys2cache(size_t phys_offs, spi_flash_mmap_memory_t memory) in spi_flash_phys2cache() argument
288 __attribute__((unused)) uint32_t phys_page = phys_offs / CONFIG_MMU_PAGE_SIZE; in spi_flash_phys2cache()
292 phys_offs -= instruction_flash2spiram_offset() * CONFIG_MMU_PAGE_SIZE; in spi_flash_phys2cache()
299 phys_offs -= rodata_flash2spiram_offset() * CONFIG_MMU_PAGE_SIZE; in spi_flash_phys2cache()
304 ret = esp_mmu_paddr_to_vaddr(phys_offs, target, type, &ptr); in spi_flash_phys2cache()
/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_mmap.h166 const void *spi_flash_phys2cache(size_t phys_offs, spi_flash_mmap_memory_t memory);