Server IP : 104.21.38.3 / Your IP : 172.71.124.222 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-5.15.0-142/include/linux/regulator/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021 MediaTek Inc. */ #ifndef __LINUX_REGULATOR_MT6315_H #define __LINUX_REGULATOR_MT6315_H #define MT6315_RP 3 #define MT6315_PP 6 #define MT6315_SP 7 enum { MT6315_VBUCK1 = 0, MT6315_VBUCK2, MT6315_VBUCK3, MT6315_VBUCK4, MT6315_VBUCK_MAX, }; /* Register */ #define MT6315_TOP2_ELR7 0x139 #define MT6315_TOP_TMA_KEY 0x39F #define MT6315_TOP_TMA_KEY_H 0x3A0 #define MT6315_BUCK_TOP_CON0 0x1440 #define MT6315_BUCK_TOP_CON1 0x1443 #define MT6315_BUCK_TOP_ELR0 0x1449 #define MT6315_BUCK_TOP_ELR2 0x144B #define MT6315_BUCK_TOP_ELR4 0x144D #define MT6315_BUCK_TOP_ELR6 0x144F #define MT6315_VBUCK1_DBG0 0x1499 #define MT6315_VBUCK1_DBG4 0x149D #define MT6315_VBUCK2_DBG0 0x1519 #define MT6315_VBUCK2_DBG4 0x151D #define MT6315_VBUCK3_DBG0 0x1599 #define MT6315_VBUCK3_DBG4 0x159D #define MT6315_VBUCK4_DBG0 0x1619 #define MT6315_VBUCK4_DBG4 0x161D #define MT6315_BUCK_TOP_4PHASE_ANA_CON42 0x16B1 #define PROTECTION_KEY_H 0x9C #define PROTECTION_KEY 0xEA #endif /* __LINUX_REGULATOR_MT6315_H */