Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/backends/
Dshell_adsp_memory_window.c49 if (ADSP_DW->descs[ADSP_DW_SLOT_NUM_SHELL].type && in init()
50 (ADSP_DW->descs[ADSP_DW_SLOT_NUM_SHELL].type != in init()
53 ADSP_DW->descs[ADSP_DW_SLOT_NUM_SHELL].type); in init()
56 ADSP_DW->descs[ADSP_DW_SLOT_NUM_SHELL].type = ADSP_DW->descs[ADSP_DW_SLOT_NUM_SHELL].type; in init()
61 dw_slot = (struct adsp_debug_slot_shell *)ADSP_DW->slots[ADSP_DW_SLOT_NUM_SHELL]; in init()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dadsp_debug_window.h46 #define ADSP_DW_SLOT_NUM_SHELL 0 macro