Home
last modified time | relevance | path

Searched full:agents (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Dadsp_ipc_regs.h60 * IDC[slave_core_id].agents[agent_id].ipc;
67 * Each connection is organized into two "agents" ("A" - master core and "B" - slave core).
69 * Agents array represents mutually exclusive IPC endpoint access:
70 * (A=1/B=0) - agents[0].
71 * (A=0/B=1) - agents[1].
76 } agents[2]; member
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Dadsp_ipc_regs.h60 * IDC[slave_core_id].agents[agent_id].ipc;
67 * Each connection is organized into two "agents" ("A" - master core and "B" - slave core).
69 * Agents array represents mutually exclusive IPC endpoint access:
70 * (A=1/B=0) - agents[0].
71 * (A=0/B=1) - agents[1].
76 } agents[2]; member
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Dadsp_ipc_regs.h59 * IDC[slave_core_id].agents[agent_id].ipc;
66 * Each connection is organized into two "agents" ("A" - master core and "B" - slave core).
68 * Agents array represents mutually exclusive IPC endpoint access:
69 * (A=1/B=0) - agents[0].
70 * (A=0/B=1) - agents[1].
75 } agents[2]; member
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dmultiprocessing.c45 uint32_t msg = IDC[cpu_id].agents[0].ipc.tdr & ~INTEL_ADSP_IPC_BUSY; in ipc_isr()
61 IDC[cpu_id].agents[0].ipc.tdr = INTEL_ADSP_IPC_BUSY; in ipc_isr()
62 IDC[cpu_id].agents[0].ipc.tda = 0; in ipc_isr()
104 IDC[i].agents[0].ipc.ctl = BIT(0); /* IPCTBIE */ in soc_mp_init()
232 IDC[core].agents[1].ipc.idr = msg | INTEL_ADSP_IPC_BUSY; in send_ipi()
Dcomm_widget.h704 * Sideband peer agents (as well as access control policy owner for survivability).
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst28 agents and provide the necessary functionality. In some cases, the requests
56 This describes how messages are exchanged between agents and the platform.
65 A **channel** is the medium through which agents and the platform exchange messages.
69 by two different agents for example.
97 These messages are used to notify agents of events that take place on
/Zephyr-latest/dts/bindings/ipm/
Dxlnx,zynqmp-ipi-mailbox.yaml5 messaging between two Xilinx Zynq UltraScale+ MPSoC IPI agents. Each IPI
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_internal.h22 uint8_t hops; /* used by relay agents when booting via relay
/Zephyr-latest/include/zephyr/net/
Dlldp.h110 * to zero so LLDP Rx agents can invalidate the entry related to this node.