Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dadsp_debug_window.h41 #define ADSP_DW_SLOT_SIZE ADSP_DW_PAGE_SIZE macro
71 uint8_t reserved[ADSP_DW_SLOT_SIZE - ADSP_DW_SLOT_COUNT * sizeof(struct adsp_dw_desc)];
72 uint8_t slots[ADSP_DW_SLOT_COUNT][ADSP_DW_SLOT_SIZE];
/Zephyr-latest/subsys/shell/backends/
Dshell_adsp_memory_window.c23 BUILD_ASSERT(RX_WINDOW_SIZE < ADSP_DW_SLOT_SIZE);
27 uint8_t tx_window[ADSP_DW_SLOT_SIZE - RX_WINDOW_SIZE];
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_adsp_mtrace.c55 #define MTRACE_LOG_BUF_SIZE (ADSP_DW_SLOT_SIZE - 2 * sizeof(uint32_t))
64 uint8_t data[ADSP_DW_SLOT_SIZE - sizeof(uint32_t) * 2];
/Zephyr-latest/subsys/tracing/
Dtracing_backend_adsp_memory_window.c24 (ADSP_DW_SLOT_SIZE - offsetof(struct tracing_backend_adsp_memory_window, data))
/Zephyr-latest/subsys/debug/coredump/
Dcoredump_backend_intel_adsp_mem_window.c60 if (mem_wptr >= ADSP_DW_SLOT_SIZE - 4) { in coredump_mem_window_backend_buffer_output()