Searched refs:MMU_ACCESS_FLASH (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | bootloader_utility.c | 753 …rc = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, drom_load_addr_aligned, drom_addr_aligned, 64, drom_page… 755 …rc = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, drom_load_addr_aligned, drom_addr_aligned, 64, drom_page… 757 …rc = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, drom_load_addr_aligned, drom_addr_aligned, 64, drom_page… 759 …rc = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, drom_load_addr_aligned, drom_addr_aligned, 64, drom_page… 779 rc = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, IRAM0_ADDRESS_LOW, 0, 64, 64, 1); 780 rc = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, IRAM1_ADDRESS_LOW, 0, 64, 64, 1); 783 …rc = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, irom_load_addr_aligned, irom_addr_aligned, 64, irom_page… 785 …rc = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, irom_load_addr_aligned, irom_addr_aligned, 64, irom_page… 787 …rc = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, irom_load_addr_aligned, irom_addr_aligned, 64, irom_page… 789 …rc = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, irom_load_addr_aligned, irom_addr_aligned, 64, irom_page…
|
D | bootloader_flash.c | 219 int e = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK0_VADDR, src_addr_aligned, 64, count, 0); in bootloader_mmap() 221 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK0_VADDR, src_addr_aligned, 64, count, 0); in bootloader_mmap() 361 int e = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() 363 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() 365 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() 367 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt()
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | mmu.h | 33 #define SOC_MMU_PAGE_IN_FLASH(page) ((page) | MMU_ACCESS_FLASH)
|
D | cache_memory.h | 71 #define MMU_ACCESS_FLASH 0 macro
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | mmu.h | 33 #define SOC_MMU_PAGE_IN_FLASH(page) ((page) | MMU_ACCESS_FLASH)
|
D | cache_memory.h | 104 #define MMU_ACCESS_FLASH BIT(15) macro
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | cache_memory.h | 72 #define MMU_ACCESS_FLASH 0 macro
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | cache_memory.h | 72 #define MMU_ACCESS_FLASH 0 macro
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | flash_mmap.c | 463 mmu_value = (mmu_value & SOC_MMU_ADDR_MASK) | MMU_ACCESS_FLASH; in spi_flash_phys2cache() 471 mmu_value = (mmu_value & SOC_MMU_ADDR_MASK) | MMU_ACCESS_FLASH; in spi_flash_phys2cache()
|