Server IP : 104.21.38.3 / Your IP : 162.158.163.102 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/lib/modules/5.15.0-142-generic/build/include/dt-bindings/clock/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ /* * Nuvoton NPCM7xx Clock Generator binding * clock binding number for all clocks supportted by nuvoton,npcm7xx-clk * * Copyright (C) 2018 Nuvoton Technologies [email protected] * */ #ifndef __DT_BINDINGS_CLOCK_NPCM7XX_H #define __DT_BINDINGS_CLOCK_NPCM7XX_H #define NPCM7XX_CLK_CPU 0 #define NPCM7XX_CLK_GFX_PIXEL 1 #define NPCM7XX_CLK_MC 2 #define NPCM7XX_CLK_ADC 3 #define NPCM7XX_CLK_AHB 4 #define NPCM7XX_CLK_TIMER 5 #define NPCM7XX_CLK_UART 6 #define NPCM7XX_CLK_MMC 7 #define NPCM7XX_CLK_SPI3 8 #define NPCM7XX_CLK_PCI 9 #define NPCM7XX_CLK_AXI 10 #define NPCM7XX_CLK_APB4 11 #define NPCM7XX_CLK_APB3 12 #define NPCM7XX_CLK_APB2 13 #define NPCM7XX_CLK_APB1 14 #define NPCM7XX_CLK_APB5 15 #define NPCM7XX_CLK_CLKOUT 16 #define NPCM7XX_CLK_GFX 17 #define NPCM7XX_CLK_SU 18 #define NPCM7XX_CLK_SU48 19 #define NPCM7XX_CLK_SDHC 20 #define NPCM7XX_CLK_SPI0 21 #define NPCM7XX_CLK_SPIX 22 #define NPCM7XX_CLK_REFCLK 23 #define NPCM7XX_CLK_SYSBYPCK 24 #define NPCM7XX_CLK_MCBYPCK 25 #define NPCM7XX_NUM_CLOCKS (NPCM7XX_CLK_MCBYPCK+1) #endif