Home
last modified time | relevance | path

Searched refs:memctl (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/soc/espressif/esp32/
Dhw_init.c31 uint32_t memctl = XCHAL_CACHE_MEMCTL_DEFAULT; in hardware_init() local
33 WSR(MEMCTL, memctl); in hardware_init()
/Zephyr-latest/soc/espressif/esp32s3/
Dhw_init.c34 uint32_t memctl = XCHAL_CACHE_MEMCTL_DEFAULT; in hardware_init() local
36 WSR(MEMCTL, memctl); in hardware_init()
/Zephyr-latest/soc/mediatek/mt8xxx/
Dsoc.c263 uint32_t memctl = 0xffffff00; /* enable all caches */ in c_boot() local
282 __asm__ volatile("wsr %0, MEMCTL; rsync" :: "r"(memctl)); in c_boot()