File: qcom%2Cscm.h

package info (click to toggle)
linux 6.12.38-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates, trixie-updates
  • size: 1,675,544 kB
  • sloc: ansic: 25,916,840; asm: 269,589; sh: 136,393; python: 65,219; makefile: 55,714; perl: 37,750; xml: 19,284; cpp: 5,894; yacc: 4,927; lex: 2,939; awk: 1,594; sed: 28; ruby: 25
file content (39 lines) | stat: -rw-r--r-- 1,338 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
/*
 * Copyright (c) 2010-2015, 2018-2019 The Linux Foundation. All rights reserved.
 * Copyright (C) 2015 Linaro Ltd.
 * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#ifndef _DT_BINDINGS_FIRMWARE_QCOM_SCM_H
#define _DT_BINDINGS_FIRMWARE_QCOM_SCM_H

#define QCOM_SCM_VMID_TZ		0x1
#define QCOM_SCM_VMID_HLOS		0x3
#define QCOM_SCM_VMID_SSC_Q6		0x5
#define QCOM_SCM_VMID_ADSP_Q6		0x6
#define QCOM_SCM_VMID_CP_TOUCH		0x8
#define QCOM_SCM_VMID_CP_BITSTREAM	0x9
#define QCOM_SCM_VMID_CP_PIXEL		0xA
#define QCOM_SCM_VMID_CP_NON_PIXEL	0xB
#define QCOM_SCM_VMID_CP_CAMERA		0xD
#define QCOM_SCM_VMID_HLOS_FREE		0xE
#define QCOM_SCM_VMID_MSS_MSA		0xF
#define QCOM_SCM_VMID_MSS_NONMSA	0x10
#define QCOM_SCM_VMID_CP_SEC_DISPLAY	0x11
#define QCOM_SCM_VMID_CP_APP		0x12
#define QCOM_SCM_VMID_LPASS		0x16
#define QCOM_SCM_VMID_WLAN		0x18
#define QCOM_SCM_VMID_WLAN_CE		0x19
#define QCOM_SCM_VMID_CP_SPSS_SP	0x1A
#define QCOM_SCM_VMID_CP_CAMERA_PREVIEW 0x1D
#define QCOM_SCM_VMID_CDSP		0x1E
#define QCOM_SCM_VMID_CP_SPSS_SP_SHARED 0x22
#define QCOM_SCM_VMID_CP_SPSS_HLOS_SHARED 0x24
#define QCOM_SCM_VMID_ADSP_HEAP		0x25
#define QCOM_SCM_VMID_CP_CDSP		0x2A
#define QCOM_SCM_VMID_NAV		0x2B
#define QCOM_SCM_VMID_TVM		0x2D
#define QCOM_SCM_VMID_OEMVM		0x31

#endif