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