Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/power/meson-s4-power.h
26282 views
1
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2
/*
3
* Copyright (c) 2021 Amlogic, Inc.
4
* Author: Shunzhou Jiang <[email protected]>
5
*/
6
7
#ifndef _DT_BINDINGS_MESON_S4_POWER_H
8
#define _DT_BINDINGS_MESON_S4_POWER_H
9
10
#define PWRC_S4_DOS_HEVC_ID 0
11
#define PWRC_S4_DOS_VDEC_ID 1
12
#define PWRC_S4_VPU_HDMI_ID 2
13
#define PWRC_S4_USB_COMB_ID 3
14
#define PWRC_S4_GE2D_ID 4
15
#define PWRC_S4_ETH_ID 5
16
#define PWRC_S4_DEMOD_ID 6
17
#define PWRC_S4_AUDIO_ID 7
18
19
#endif
20
21