Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/cache/
Dcache_andes_l2.h20 (L2C_BASE + 0x40 + (hart_id * l2_cache_cfg.cmd_offset))
22 (L2C_BASE + 0x48 + (hart_id * l2_cache_cfg.cmd_offset))
24 (L2C_BASE + 0x80 + (hart_id * l2_cache_cfg.status_offset))
60 static struct nds_l2_cache_config l2_cache_cfg; variable
65 (l2_cache_cfg.version > 15); in nds_l2_cache_is_inclusive()
75 status >>= hart_id * l2_cache_cfg.status_shift; in nds_l2_cache_wait_status()
86 if (!l2_cache_cfg.size) { in nds_l2_cache_all()
88 } else if (l2_cache_cfg.size >= 128 * 1024) { in nds_l2_cache_all()
124 sets = l2_cache_cfg.size / (ways * l2_cache_cfg.line_size); in nds_l2_cache_all()
131 index += l2_cache_cfg.line_size; in nds_l2_cache_all()
[all …]