Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c99 uint32_t waysgrp; in cache_tagmem_retention_setup() local
108 waysgrp = imode.cache_ways >> 2; in cache_tagmem_retention_setup()
113 s_cpu_retention.retent.tagmem.icache.size = (sets * waysgrp) & 0xff; in cache_tagmem_retention_setup()
116 … s_cpu_retention.retent.tagmem.icache.vld_size = (code_seg_size / imode.cache_line_size) * waysgrp; in cache_tagmem_retention_setup()
119 …ion.retent.tagmem.icache.vld_size ? s_cpu_retention.retent.tagmem.icache.vld_size : sets * waysgrp; in cache_tagmem_retention_setup()
128 waysgrp = dmode.cache_ways >> 2; in cache_tagmem_retention_setup()
133 s_cpu_retention.retent.tagmem.dcache.size = (sets * waysgrp) & 0x1ff; in cache_tagmem_retention_setup()
137 … s_cpu_retention.retent.tagmem.dcache.vld_size = (data_seg_size / dmode.cache_line_size) * waysgrp; in cache_tagmem_retention_setup()
143 …ion.retent.tagmem.dcache.vld_size ? s_cpu_retention.retent.tagmem.dcache.vld_size : sets * waysgrp; in cache_tagmem_retention_setup()