Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ |
| 2 | /* |
| 3 | * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. |
| 4 | */ |
| 5 | |
| 6 | #ifndef __DT_BINDINGS_MAILBOX_IPCC_H |
| 7 | #define __DT_BINDINGS_MAILBOX_IPCC_H |
| 8 | |
| 9 | /* Signal IDs for MPROC protocol */ |
| 10 | #define IPCC_MPROC_SIGNAL_GLINK_QMP 0 |
| 11 | #define IPCC_MPROC_SIGNAL_SMP2P 2 |
| 12 | #define IPCC_MPROC_SIGNAL_PING 3 |
| 13 | |
| 14 | /* Client IDs */ |
| 15 | #define IPCC_CLIENT_AOP 0 |
| 16 | #define IPCC_CLIENT_TZ 1 |
| 17 | #define IPCC_CLIENT_MPSS 2 |
| 18 | #define IPCC_CLIENT_LPASS 3 |
| 19 | #define IPCC_CLIENT_SLPI 4 |
| 20 | #define IPCC_CLIENT_SDC 5 |
| 21 | #define IPCC_CLIENT_CDSP 6 |
| 22 | #define IPCC_CLIENT_NPU 7 |
| 23 | #define IPCC_CLIENT_APSS 8 |
| 24 | #define IPCC_CLIENT_GPU 9 |
| 25 | #define IPCC_CLIENT_CVP 10 |
| 26 | #define IPCC_CLIENT_CAM 11 |
| 27 | #define IPCC_CLIENT_VPU 12 |
| 28 | #define IPCC_CLIENT_PCIE0 13 |
| 29 | #define IPCC_CLIENT_PCIE1 14 |
| 30 | #define IPCC_CLIENT_PCIE2 15 |
| 31 | #define IPCC_CLIENT_SPSS 16 |
| 32 | |
| 33 | #endif |