xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/soc/qcom,apr.h (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1 /*	$NetBSD: qcom,apr.h,v 1.1.1.1 2018/06/27 16:27:08 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 #ifndef __DT_BINDINGS_QCOM_APR_H
5 #define __DT_BINDINGS_QCOM_APR_H
6 
7 /* Domain IDs */
8 #define APR_DOMAIN_SIM		0x1
9 #define APR_DOMAIN_PC		0x2
10 #define APR_DOMAIN_MODEM	0x3
11 #define APR_DOMAIN_ADSP		0x4
12 #define APR_DOMAIN_APPS		0x5
13 #define APR_DOMAIN_MAX		0x6
14 
15 /* ADSP service IDs */
16 #define APR_SVC_ADSP_CORE	0x3
17 #define APR_SVC_AFE		0x4
18 #define APR_SVC_VSM		0x5
19 #define APR_SVC_VPM		0x6
20 #define APR_SVC_ASM		0x7
21 #define APR_SVC_ADM		0x8
22 #define APR_SVC_ADSP_MVM	0x09
23 #define APR_SVC_ADSP_CVS	0x0A
24 #define APR_SVC_ADSP_CVP	0x0B
25 #define APR_SVC_USM		0x0C
26 #define APR_SVC_LSM		0x0D
27 #define APR_SVC_VIDC		0x16
28 #define APR_SVC_MAX		0x17
29 
30 #endif /* __DT_BINDINGS_QCOM_APR_H */
31