File: mediatek%2Cmt6893-power.h

package info (click to toggle)
linux 6.17.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,734,788 kB
  • sloc: ansic: 26,682,992; asm: 271,227; sh: 147,381; python: 75,980; makefile: 57,306; perl: 36,943; xml: 19,562; cpp: 5,899; yacc: 4,909; lex: 2,943; awk: 1,556; sed: 29; ruby: 25
file content (35 lines) | stat: -rw-r--r-- 1,212 bytes parent folder | download | duplicates (12)
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
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/*
 * Copyright (c) 2025 Collabora Ltd
 *                    AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
 */

#ifndef _DT_BINDINGS_POWER_MT6893_POWER_H
#define _DT_BINDINGS_POWER_MT6893_POWER_H

#define MT6893_POWER_DOMAIN_CONN		0
#define MT6893_POWER_DOMAIN_MFG0		1
#define MT6893_POWER_DOMAIN_MFG1		2
#define MT6893_POWER_DOMAIN_MFG2		3
#define MT6893_POWER_DOMAIN_MFG3		4
#define MT6893_POWER_DOMAIN_MFG4		5
#define MT6893_POWER_DOMAIN_MFG5		6
#define MT6893_POWER_DOMAIN_MFG6		7
#define MT6893_POWER_DOMAIN_ISP			8
#define MT6893_POWER_DOMAIN_ISP2		9
#define MT6893_POWER_DOMAIN_IPE			10
#define MT6893_POWER_DOMAIN_VDEC0		11
#define MT6893_POWER_DOMAIN_VDEC1		12
#define MT6893_POWER_DOMAIN_VENC0		13
#define MT6893_POWER_DOMAIN_VENC1		14
#define MT6893_POWER_DOMAIN_MDP			15
#define MT6893_POWER_DOMAIN_DISP		16
#define MT6893_POWER_DOMAIN_AUDIO		17
#define MT6893_POWER_DOMAIN_ADSP		18
#define MT6893_POWER_DOMAIN_CAM			19
#define MT6893_POWER_DOMAIN_CAM_RAWA		20
#define MT6893_POWER_DOMAIN_CAM_RAWB		21
#define MT6893_POWER_DOMAIN_CAM_RAWC		22
#define MT6893_POWER_DOMAIN_DP_TX		23

#endif /* _DT_BINDINGS_POWER_MT6893_POWER_H */