Searched refs:MMU_BLOCK0_VADDR (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | bootloader_flash.c | 153 #define MMU_BLOCK0_VADDR SOC_DROM_LOW macro 155 #define MMU_BLOCK50_VADDR (MMU_BLOCK0_VADDR + MMU_SIZE) 163 #define MMU_BLOCK0_VADDR SOC_DROM_LOW macro 165 #define MMU_BLOCK63_VADDR (MMU_BLOCK0_VADDR + MMU_SIZE) 217 int e = cache_flash_mmu_set(0, 0, MMU_BLOCK0_VADDR, src_addr_aligned, 64, count); in bootloader_mmap() 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() 252 return (void *)(MMU_BLOCK0_VADDR + (src_addr - src_addr_aligned)); in bootloader_mmap()
|