Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/5.14.0-570.el9.x86_64/include/dt-bindings/power/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2020 MediaTek Inc. * Author: Weiyi Lu <weiyi.lu@mediatek.com> */ #ifndef _DT_BINDINGS_POWER_MT8183_POWER_H #define _DT_BINDINGS_POWER_MT8183_POWER_H #define MT8183_POWER_DOMAIN_AUDIO 0 #define MT8183_POWER_DOMAIN_CONN 1 #define MT8183_POWER_DOMAIN_MFG_ASYNC 2 #define MT8183_POWER_DOMAIN_MFG 3 #define MT8183_POWER_DOMAIN_MFG_CORE0 4 #define MT8183_POWER_DOMAIN_MFG_CORE1 5 #define MT8183_POWER_DOMAIN_MFG_2D 6 #define MT8183_POWER_DOMAIN_DISP 7 #define MT8183_POWER_DOMAIN_CAM 8 #define MT8183_POWER_DOMAIN_ISP 9 #define MT8183_POWER_DOMAIN_VDEC 10 #define MT8183_POWER_DOMAIN_VENC 11 #define MT8183_POWER_DOMAIN_VPU_TOP 12 #define MT8183_POWER_DOMAIN_VPU_CORE0 13 #define MT8183_POWER_DOMAIN_VPU_CORE1 14 #endif /* _DT_BINDINGS_POWER_MT8183_POWER_H */