brintos

brintos / linux-shallow public Read only

0
0
Text · 706 B · 0063624 Raw
29 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __DT_BINDINGS_QCOM_APR_H3#define __DT_BINDINGS_QCOM_APR_H4 5/* Domain IDs */6#define APR_DOMAIN_SIM		0x17#define APR_DOMAIN_PC		0x28#define APR_DOMAIN_MODEM	0x39#define APR_DOMAIN_ADSP		0x410#define APR_DOMAIN_APPS		0x511#define APR_DOMAIN_MAX		0x612 13/* ADSP service IDs */14#define APR_SVC_ADSP_CORE	0x315#define APR_SVC_AFE		0x416#define APR_SVC_VSM		0x517#define APR_SVC_VPM		0x618#define APR_SVC_ASM		0x719#define APR_SVC_ADM		0x820#define APR_SVC_ADSP_MVM	0x0921#define APR_SVC_ADSP_CVS	0x0A22#define APR_SVC_ADSP_CVP	0x0B23#define APR_SVC_USM		0x0C24#define APR_SVC_LSM		0x0D25#define APR_SVC_VIDC		0x1626#define APR_SVC_MAX		0x1727 28#endif /* __DT_BINDINGS_QCOM_APR_H */29