Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/common/
Dipc.c76 devdata->tx_ack_pending = false; in z_intel_adsp_ipc_isr()
138 return not_busy && !devdata->tx_ack_pending; in intel_adsp_ipc_is_complete()
158 if ((config->regs->idr & INTEL_ADSP_IPC_BUSY) != 0 || devdata->tx_ack_pending) { in intel_adsp_ipc_send_message()
166 devdata->tx_ack_pending = true; in intel_adsp_ipc_send_message()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dintel_adsp_ipc.h73 bool tx_ack_pending; member