You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.4 KiB
39 lines
1.4 KiB
/* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_QCOM_GPR_H
|
|
#define __DT_BINDINGS_QCOM_GPR_H
|
|
|
|
/* Domain IDs */
|
|
#define GPR_DOMAIN_SIM 0x1
|
|
#define GPR_DOMAIN_PC 0x2
|
|
#define GPR_DOMAIN_MODEM 0x3
|
|
#define GPR_DOMAIN_ADSP 0x4
|
|
#define GPR_DOMAIN_APPS 0x5
|
|
#define GPR_DOMAIN_MAX 0x6
|
|
|
|
/* ADSP service IDs */
|
|
#define GPR_SVC_ADSP_CORE 0x3
|
|
#define GPR_SVC_AFE 0x4
|
|
#define GPR_SVC_VSM 0x5
|
|
#define GPR_SVC_VPM 0x6
|
|
#define GPR_SVC_ASM 0x7
|
|
#define GPR_SVC_ADM 0x8
|
|
#define GPR_SVC_ADSP_MVM 0x09
|
|
#define GPR_SVC_ADSP_CVS 0x0A
|
|
#define GPR_SVC_ADSP_CVP 0x0B
|
|
#define GPR_SVC_USM 0x0C
|
|
#define GPR_SVC_LSM 0x0D
|
|
#define GPR_SVC_VIDC 0x16
|
|
#define GPR_SVC_MAX 0x17
|
|
|
|
#endif /* __DT_BINDINGS_QCOM_GPR_H */
|
|
|