Home | History | Annotate | Line # | Download | only in mailbox
      1  1.1  jmcneill /*	$NetBSD: qcom-ipcc.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
      6  1.1  jmcneill  */
      7  1.1  jmcneill 
      8  1.1  jmcneill #ifndef __DT_BINDINGS_MAILBOX_IPCC_H
      9  1.1  jmcneill #define __DT_BINDINGS_MAILBOX_IPCC_H
     10  1.1  jmcneill 
     11  1.1  jmcneill /* Signal IDs for MPROC protocol */
     12  1.1  jmcneill #define IPCC_MPROC_SIGNAL_GLINK_QMP	0
     13  1.1  jmcneill #define IPCC_MPROC_SIGNAL_SMP2P		2
     14  1.1  jmcneill #define IPCC_MPROC_SIGNAL_PING		3
     15  1.1  jmcneill 
     16  1.1  jmcneill /* Client IDs */
     17  1.1  jmcneill #define IPCC_CLIENT_AOP			0
     18  1.1  jmcneill #define IPCC_CLIENT_TZ			1
     19  1.1  jmcneill #define IPCC_CLIENT_MPSS		2
     20  1.1  jmcneill #define IPCC_CLIENT_LPASS		3
     21  1.1  jmcneill #define IPCC_CLIENT_SLPI		4
     22  1.1  jmcneill #define IPCC_CLIENT_SDC			5
     23  1.1  jmcneill #define IPCC_CLIENT_CDSP		6
     24  1.1  jmcneill #define IPCC_CLIENT_NPU			7
     25  1.1  jmcneill #define IPCC_CLIENT_APSS		8
     26  1.1  jmcneill #define IPCC_CLIENT_GPU			9
     27  1.1  jmcneill #define IPCC_CLIENT_CVP			10
     28  1.1  jmcneill #define IPCC_CLIENT_CAM			11
     29  1.1  jmcneill #define IPCC_CLIENT_VPU			12
     30  1.1  jmcneill #define IPCC_CLIENT_PCIE0		13
     31  1.1  jmcneill #define IPCC_CLIENT_PCIE1		14
     32  1.1  jmcneill #define IPCC_CLIENT_PCIE2		15
     33  1.1  jmcneill #define IPCC_CLIENT_SPSS		16
     34  1.1  jmcneill #define IPCC_CLIENT_WPSS		24
     35  1.1  jmcneill 
     36  1.1  jmcneill #endif
     37