Server IP : 172.67.216.182 / Your IP : 172.68.164.57 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-143/include/dt-bindings/clock/ |
Upload File : |
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ #ifndef DT_BINDINGS_DDR_H #define DT_BINDINGS_DDR_H /* * DDR3 SDRAM Standard Speed Bins include tCK, tRCD, tRP, tRAS and tRC for * each corresponding bin. */ /* DDR3-800 (5-5-5) */ #define DDR3_800D 0 /* DDR3-800 (6-6-6) */ #define DDR3_800E 1 /* DDR3-1066 (6-6-6) */ #define DDR3_1066E 2 /* DDR3-1066 (7-7-7) */ #define DDR3_1066F 3 /* DDR3-1066 (8-8-8) */ #define DDR3_1066G 4 /* DDR3-1333 (7-7-7) */ #define DDR3_1333F 5 /* DDR3-1333 (8-8-8) */ #define DDR3_1333G 6 /* DDR3-1333 (9-9-9) */ #define DDR3_1333H 7 /* DDR3-1333 (10-10-10) */ #define DDR3_1333J 8 /* DDR3-1600 (8-8-8) */ #define DDR3_1600G 9 /* DDR3-1600 (9-9-9) */ #define DDR3_1600H 10 /* DDR3-1600 (10-10-10) */ #define DDR3_1600J 11 /* DDR3-1600 (11-11-11) */ #define DDR3_1600K 12 /* DDR3-1600 (10-10-10) */ #define DDR3_1866J 13 /* DDR3-1866 (11-11-11) */ #define DDR3_1866K 14 /* DDR3-1866 (12-12-12) */ #define DDR3_1866L 15 /* DDR3-1866 (13-13-13) */ #define DDR3_1866M 16 /* DDR3-2133 (11-11-11) */ #define DDR3_2133K 17 /* DDR3-2133 (12-12-12) */ #define DDR3_2133L 18 /* DDR3-2133 (13-13-13) */ #define DDR3_2133M 19 /* DDR3-2133 (14-14-14) */ #define DDR3_2133N 20 /* DDR3 ATF default */ #define DDR3_DEFAULT 21 #endif