Server IP : 13.213.54.232 / Your IP : 216.73.216.72 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-172-31-17-110 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.1.33-67+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 : /usr/lib/modules/6.8.0-1029-aws/build/include/linux/mfd/syscon/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2015 Freescale Semiconductor, Inc. */ #ifndef __LINUX_IMX7_IOMUXC_GPR_H #define __LINUX_IMX7_IOMUXC_GPR_H #define IOMUXC_GPR0 0x00 #define IOMUXC_GPR1 0x04 #define IOMUXC_GPR2 0x08 #define IOMUXC_GPR3 0x0c #define IOMUXC_GPR4 0x10 #define IOMUXC_GPR5 0x14 #define IOMUXC_GPR6 0x18 #define IOMUXC_GPR7 0x1c #define IOMUXC_GPR8 0x20 #define IOMUXC_GPR9 0x24 #define IOMUXC_GPR10 0x28 #define IOMUXC_GPR11 0x2c #define IOMUXC_GPR12 0x30 #define IOMUXC_GPR13 0x34 #define IOMUXC_GPR14 0x38 #define IOMUXC_GPR15 0x3c #define IOMUXC_GPR16 0x40 #define IOMUXC_GPR17 0x44 #define IOMUXC_GPR18 0x48 #define IOMUXC_GPR19 0x4c #define IOMUXC_GPR20 0x50 #define IOMUXC_GPR21 0x54 #define IOMUXC_GPR22 0x58 /* For imx7d iomux gpr register field define */ #define IMX7D_GPR1_IRQ_MASK (0x1 << 12) #define IMX7D_GPR1_ENET1_TX_CLK_SEL_MASK (0x1 << 13) #define IMX7D_GPR1_ENET2_TX_CLK_SEL_MASK (0x1 << 14) #define IMX7D_GPR1_ENET_TX_CLK_SEL_MASK (0x3 << 13) #define IMX7D_GPR1_ENET1_CLK_DIR_MASK (0x1 << 17) #define IMX7D_GPR1_ENET2_CLK_DIR_MASK (0x1 << 18) #define IMX7D_GPR1_ENET_CLK_DIR_MASK (0x3 << 17) #define IMX7D_GPR5_CSI_MUX_CONTROL_MIPI (0x1 << 4) #define IMX7D_GPR12_PCIE_PHY_REFCLK_SEL BIT(5) #define IMX7D_GPR22_PCIE_PHY_PLL_LOCKED BIT(31) #endif /* __LINUX_IMX7_IOMUXC_GPR_H */