Lines Matching +full:0 +full:- +full:15
4 * SPDX-License-Identifier: Apache-2.0
13 * Message channels are one-way connections between cores.
15 * For example Message Channel 0 is configured as TX on core 0
19 * SIGNAL0 -> CHANNEL0 -> EVENT0
21 * Message Channel 1 is configured as RX on core 0 and as TX
24 * EVENT1 <- CHANNEL1 <- SIGNAL1
32 IPC_EVENT_BIT(0) | \
47 IPC_EVENT_BIT(15) \
52 [0] = BIT(0),
67 [15] = BIT(15),
70 [0] = BIT(0),
85 [15] = BIT(15),