| Server IP : 54.94.228.101 / Your IP : 172.28.20.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/modules/6.8.0-1042-aws/build/include/dt-bindings/reset/ |
Upload File : |
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ /* * Copyright (c) 2021 Sergio Paracuellos * Author: Sergio Paracuellos <sergio.paracuellos@gmail.com> */ #ifndef DT_BINDING_MT7621_RESET_H #define DT_BINDING_MT7621_RESET_H #define MT7621_RST_SYS 0 #define MT7621_RST_MCM 2 #define MT7621_RST_HSDMA 5 #define MT7621_RST_FE 6 #define MT7621_RST_SPDIFTX 7 #define MT7621_RST_TIMER 8 #define MT7621_RST_INT 9 #define MT7621_RST_MC 10 #define MT7621_RST_PCM 11 #define MT7621_RST_PIO 13 #define MT7621_RST_GDMA 14 #define MT7621_RST_NFI 15 #define MT7621_RST_I2C 16 #define MT7621_RST_I2S 17 #define MT7621_RST_SPI 18 #define MT7621_RST_UART1 19 #define MT7621_RST_UART2 20 #define MT7621_RST_UART3 21 #define MT7621_RST_ETH 23 #define MT7621_RST_PCIE0 24 #define MT7621_RST_PCIE1 25 #define MT7621_RST_PCIE2 26 #define MT7621_RST_AUX_STCK 28 #define MT7621_RST_CRYPTO 29 #define MT7621_RST_SDXC 30 #define MT7621_RST_PPE 31 #endif /* DT_BINDING_MT7621_RESET_H */