Server IP : 172.67.216.182 / Your IP : 108.162.226.18 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/dt-bindings/clock/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ /* * This header provides clock numbers for the ingenic,x1000-cgu DT binding. * * They are roughly ordered as: * - external clocks * - PLLs * - muxes/dividers in the order they appear in the x1000 programmers manual * - gates in order of their bit in the CLKGR* registers */ #ifndef __DT_BINDINGS_CLOCK_X1000_CGU_H__ #define __DT_BINDINGS_CLOCK_X1000_CGU_H__ #define X1000_CLK_EXCLK 0 #define X1000_CLK_RTCLK 1 #define X1000_CLK_APLL 2 #define X1000_CLK_MPLL 3 #define X1000_CLK_OTGPHY 4 #define X1000_CLK_SCLKA 5 #define X1000_CLK_CPUMUX 6 #define X1000_CLK_CPU 7 #define X1000_CLK_L2CACHE 8 #define X1000_CLK_AHB0 9 #define X1000_CLK_AHB2PMUX 10 #define X1000_CLK_AHB2 11 #define X1000_CLK_PCLK 12 #define X1000_CLK_DDR 13 #define X1000_CLK_MAC 14 #define X1000_CLK_LCD 15 #define X1000_CLK_MSCMUX 16 #define X1000_CLK_MSC0 17 #define X1000_CLK_MSC1 18 #define X1000_CLK_OTG 19 #define X1000_CLK_SSIPLL 20 #define X1000_CLK_SSIPLL_DIV2 21 #define X1000_CLK_SSIMUX 22 #define X1000_CLK_EMC 23 #define X1000_CLK_EFUSE 24 #define X1000_CLK_SFC 25 #define X1000_CLK_I2C0 26 #define X1000_CLK_I2C1 27 #define X1000_CLK_I2C2 28 #define X1000_CLK_UART0 29 #define X1000_CLK_UART1 30 #define X1000_CLK_UART2 31 #define X1000_CLK_TCU 32 #define X1000_CLK_SSI 33 #define X1000_CLK_OST 34 #define X1000_CLK_PDMA 35 #define X1000_CLK_EXCLK_DIV512 36 #define X1000_CLK_RTC 37 #endif /* __DT_BINDINGS_CLOCK_X1000_CGU_H__ */