Home
last modified time | relevance | path

Searched refs:RAMBLOCK_RET2_BIT_DCACHE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/nordic/nrf54h/
Dsoc.c70 #if defined(RAMBLOCK_RET2_BIT_DCACHE) in power_domain_init()
71 nrf_memconf_ramblock_ret2_enable_set(NRF_MEMCONF, 0, RAMBLOCK_RET2_BIT_DCACHE, false); in power_domain_init()
72 nrf_memconf_ramblock_ret2_enable_set(NRF_MEMCONF, 1, RAMBLOCK_RET2_BIT_DCACHE, false); in power_domain_init()
Dsoc.h36 #define RAMBLOCK_RET2_BIT_DCACHE MEMCONF_POWER_RET2_MEM7_Pos macro