Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/cache/
Dcache_andes_l2.h14 #define L2C_BASE DT_REG_ADDR_BY_IDX(DT_INST(0, andestech_l2c), 0) macro
17 #define L2C_CONFIG (L2C_BASE + 0x00)
18 #define L2C_CTRL (L2C_BASE + 0x08)
20 (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))