Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/spi_flash/
Dflash_mmap.c408 uint32_t phys_offs = ((phys_page & SOC_MMU_ADDR_MASK) + offset) * SPI_FLASH_MMU_PAGE_SIZE; in spi_flash_cache2phys() local
412 const void *IRAM_ATTR spi_flash_phys2cache(size_t phys_offs, spi_flash_mmap_memory_t memory) in spi_flash_phys2cache()
/device/soc/esp/esp32/components/app_update/
Desp_ota_ops.c556 size_t phys_offs = spi_flash_cache2phys(esp_ota_get_running_partition); in esp_ota_get_running_partition() local