Searched refs:phys_offs (Results 1 – 2 of 2) sorted by relevance
282 const void * spi_flash_phys2cache(size_t phys_offs, spi_flash_mmap_memory_t memory) in spi_flash_phys2cache() argument288 __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()
166 const void *spi_flash_phys2cache(size_t phys_offs, spi_flash_mmap_memory_t memory);