brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 6de8b08 Raw
40 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */2/*3 * Copyright (c) 2010-2015, 2018-2019 The Linux Foundation. All rights reserved.4 * Copyright (C) 2015 Linaro Ltd.5 * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.6 */7 8#ifndef _DT_BINDINGS_FIRMWARE_QCOM_SCM_H9#define _DT_BINDINGS_FIRMWARE_QCOM_SCM_H10 11#define QCOM_SCM_VMID_TZ		0x112#define QCOM_SCM_VMID_HLOS		0x313#define QCOM_SCM_VMID_SSC_Q6		0x514#define QCOM_SCM_VMID_ADSP_Q6		0x615#define QCOM_SCM_VMID_CP_TOUCH		0x816#define QCOM_SCM_VMID_CP_BITSTREAM	0x917#define QCOM_SCM_VMID_CP_PIXEL		0xA18#define QCOM_SCM_VMID_CP_NON_PIXEL	0xB19#define QCOM_SCM_VMID_CP_CAMERA		0xD20#define QCOM_SCM_VMID_HLOS_FREE		0xE21#define QCOM_SCM_VMID_MSS_MSA		0xF22#define QCOM_SCM_VMID_MSS_NONMSA	0x1023#define QCOM_SCM_VMID_CP_SEC_DISPLAY	0x1124#define QCOM_SCM_VMID_CP_APP		0x1225#define QCOM_SCM_VMID_LPASS		0x1626#define QCOM_SCM_VMID_WLAN		0x1827#define QCOM_SCM_VMID_WLAN_CE		0x1928#define QCOM_SCM_VMID_CP_SPSS_SP	0x1A29#define QCOM_SCM_VMID_CP_CAMERA_PREVIEW 0x1D30#define QCOM_SCM_VMID_CDSP		0x1E31#define QCOM_SCM_VMID_CP_SPSS_SP_SHARED 0x2232#define QCOM_SCM_VMID_CP_SPSS_HLOS_SHARED 0x2433#define QCOM_SCM_VMID_ADSP_HEAP		0x2534#define QCOM_SCM_VMID_CP_CDSP		0x2A35#define QCOM_SCM_VMID_NAV		0x2B36#define QCOM_SCM_VMID_TVM		0x2D37#define QCOM_SCM_VMID_OEMVM		0x3138 39#endif40