Lines Matching +full:iomux +full:- +full:gpr
1 // SPDX-License-Identifier: GPL-2.0+
11 #include <asm/arch/iomux.h>
12 #include <asm/arch/mx6-pins.h>
13 #include <asm/mach-imx/iomux-v3.h>
14 #include <asm/mach-imx/mxc_i2c.h>
127 * This enet related pin-muxing and GPIO handling is done
128 * in SPL U-Boot. For early initialization. And to give the
129 * PHY some time to come out of reset before the U-Boot
134 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in platinum_setup_enet() local
148 setbits_le32(&iomux->gpr[1], IOMUXC_GPR1_ENET_CLK_SEL_MASK); in platinum_setup_enet()
204 if (phydev->drv->config) in platinum_phy_config()
205 phydev->drv->config(phydev); in platinum_phy_config()