Home
last modified time | relevance | path

Searched refs:DRAM0_CACHE_ADDRESS_LOW (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dcache_ll.h73 } else if (vaddr_start >= DRAM0_CACHE_ADDRESS_LOW) { in cache_ll_l1_get_bus()
79 mask |= (vaddr_end >= DRAM0_CACHE_ADDRESS_LOW) ? CACHE_BUS_DBUS0 : 0; in cache_ll_l1_get_bus()
85 mask |= (vaddr_end >= DRAM0_CACHE_ADDRESS_LOW) ? CACHE_BUS_DBUS0 : 0; in cache_ll_l1_get_bus()
92 mask |= (vaddr_end >= DRAM0_CACHE_ADDRESS_LOW) ? CACHE_BUS_DBUS0 : 0; in cache_ll_l1_get_bus()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dext_mem_defs.h34 #define DRAM0_CACHE_ADDRESS_LOW 0x3C000000 macro
35 #define DRAM0_CACHE_ADDRESS_HIGH (DRAM0_CACHE_ADDRESS_LOW + ((SOC_MMU_PAGE_SIZE) * MM…
158 #define SOC_MMU_DRAM0_LINEAR_ADDRESS_LOW (DRAM0_CACHE_ADDRESS_LOW & SOC_MMU_LINEAR_ADDR_MASK)
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dext_mem_defs.h24 #define DRAM0_CACHE_ADDRESS_LOW 0x3C000000 macro
125 #define SOC_MMU_DRAM0_LINEAR_ADDRESS_LOW (DRAM0_CACHE_ADDRESS_LOW & SOC_MMU_LINEAR_ADDR_MASK)
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dext_mem_defs.h26 #define DRAM0_CACHE_ADDRESS_LOW IRAM0_CACHE_ADDRESS_LOW //I/D share… macro
145 #define SOC_MMU_DRAM0_LINEAR_ADDRESS_LOW (DRAM0_CACHE_ADDRESS_LOW & SOC_MMU_LINEAR_ADDR_MASK)
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dext_mem_defs.h23 #define DRAM0_CACHE_ADDRESS_LOW 0x3C000000 macro
130 #define SOC_MMU_DRAM0_LINEAR_ADDRESS_LOW (DRAM0_CACHE_ADDRESS_LOW & SOC_MMU_LINEAR_ADDR_MASK)
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dext_mem_defs.h26 #define DRAM0_CACHE_ADDRESS_LOW IRAM0_CACHE_ADDRESS_LOW //I/D share… macro
145 #define SOC_MMU_DRAM0_LINEAR_ADDRESS_LOW (DRAM0_CACHE_ADDRESS_LOW & SOC_MMU_LINEAR_ADDR_MASK)
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dext_mem_defs.h32 #define DRAM0_CACHE_ADDRESS_LOW 0x3fc00000 macro
167 #define SOC_MMU_DRAM0_LINEAR_ADDRESS_LOW (DRAM0_CACHE_ADDRESS_LOW & SOC_MMU_LINEAR_ADDR_MASK)
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dcache_ll.h74 } else if (vaddr_start >= DRAM0_CACHE_ADDRESS_LOW && vaddr_end < DRAM0_CACHE_ADDRESS_HIGH) { in cache_ll_l1_get_bus()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dcache_ll.h75 } else if (vaddr_start >= DRAM0_CACHE_ADDRESS_LOW && vaddr_end < DRAM0_CACHE_ADDRESS_HIGH) { in cache_ll_l1_get_bus()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dcache_ll.h86 } else if (vaddr_start >= DRAM0_CACHE_ADDRESS_LOW && vaddr_end < DRAM0_CACHE_ADDRESS_HIGH) { in cache_ll_l1_get_bus()
/hal_espressif-latest/components/esp_psram/
Dmmu_psram_flash.c126 page_id = Cache_Flash_To_SPIRAM_Copy(CACHE_DBUS, DRAM0_CACHE_ADDRESS_LOW, page_id, &page0_page); in mmu_config_psram_rodata_segment()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c147 #define MMAP_MMU_SIZE (DRAM0_CACHE_ADDRESS_HIGH - DRAM0_CACHE_ADDRESS_LOW) // This mmu size mea…
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c142 #define MMAP_MMU_SIZE (DRAM0_CACHE_ADDRESS_HIGH - DRAM0_CACHE_ADDRESS_LOW) // This mmu size mea…