Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/power/allwinner,sun60i-a733-pck-600.h
170891 views
1
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2
3
#ifndef _DT_BINDINGS_POWER_SUN60I_A733_PCK600_H_
4
#define _DT_BINDINGS_POWER_SUN60I_A733_PCK600_H_
5
6
#define PD_VI 0
7
#define PD_DE_SYS 1
8
#define PD_VE_DEC 2
9
#define PD_VE_ENC 3
10
#define PD_NPU 4
11
#define PD_GPU_TOP 5
12
#define PD_GPU_CORE 6
13
#define PD_PCIE 7
14
#define PD_USB2 8
15
#define PD_VO 9
16
#define PD_VO1 10
17
18
#endif /* _DT_BINDINGS_POWER_SUN60I_A733_PCK600_H_ */
19
20