Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Dadsp_memory.h50 #define ADSP_L1CC_ADDR (0x9F080080) macro
51 #define ADSP_CxL1CCAP_ADDR (ADSP_L1CC_ADDR + 0x0000)
52 #define ADSP_CxL1CCFG_ADDR (ADSP_L1CC_ADDR + 0x0004)
53 #define ADSP_CxL1PCFG_ADDR (ADSP_L1CC_ADDR + 0x0008)
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dmmu_ace30.c122 .start = (uint32_t)(ADSP_L1CC_ADDR),
123 .end = (uint32_t)(ADSP_L1CC_ADDR + CONFIG_MMU_PAGE_SIZE),
/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Dadsp_memory.h80 #define ADSP_L1CC_ADDR (DT_REG_ADDR(DT_NODELABEL(l1ccap))) macro