Searched refs:MMU_BLOCK63_VADDR (Results 1 – 1 of 1) sorted by relevance
/device/soc/esp/esp32/components/bootloader_support/src/ |
D | bootloader_flash.c | 148 #define MMU_BLOCK63_VADDR (MMU_BLOCK0_VADDR + MMU_SIZE) macro 149 #define FLASH_READ_VADDR MMU_BLOCK63_VADDR 326 int e = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() 328 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() 330 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt()
|