brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · fd85a79 Raw
40 lines · c
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_H7#define __DT_BINDINGS_MAILBOX_IPCC_H8 9/* Signal IDs for MPROC protocol */10#define IPCC_MPROC_SIGNAL_GLINK_QMP	011#define IPCC_MPROC_SIGNAL_TZ		112#define IPCC_MPROC_SIGNAL_SMP2P		213#define IPCC_MPROC_SIGNAL_PING		314 15/* Client IDs */16#define IPCC_CLIENT_AOP			017#define IPCC_CLIENT_TZ			118#define IPCC_CLIENT_MPSS		219#define IPCC_CLIENT_LPASS		320#define IPCC_CLIENT_SLPI		421#define IPCC_CLIENT_SDC			522#define IPCC_CLIENT_CDSP		623#define IPCC_CLIENT_NPU			724#define IPCC_CLIENT_APSS		825#define IPCC_CLIENT_GPU			926#define IPCC_CLIENT_CVP			1027#define IPCC_CLIENT_CAM			1128#define IPCC_CLIENT_VPU			1229#define IPCC_CLIENT_PCIE0		1330#define IPCC_CLIENT_PCIE1		1431#define IPCC_CLIENT_PCIE2		1532#define IPCC_CLIENT_SPSS		1633#define IPCC_CLIENT_NSP1		1834#define IPCC_CLIENT_TME			2335#define IPCC_CLIENT_WPSS		2436#define IPCC_CLIENT_GPDSP0		3137#define IPCC_CLIENT_GPDSP1		3238 39#endif40