Lines Matching +full:anatop +full:- +full:enable +full:- +full:bit
4 * SPDX-License-Identifier: GPL-2.0+
8 #include <asm/arch/imx-regs.h>
9 #include <asm/arch/mx7-pins.h>
12 #include <asm/mach-imx/iomux-v3.h>
24 #include <asm/mach-imx/mxc_i2c.h>
60 return (bus == 2 && cs == 0) ? (IMX_GPIO_NR(6, 22)) : -1; in board_spi_cs_gpio()
71 gd->ram_size = PHYS_SDRAM_SIZE; in dram_init()
208 devno--; in board_mmc_get_env_dev()
230 return -ENODEV; in board_eth_init()
234 if (ret && ret != -EBUSY) { in board_eth_init()
258 /* Use 125M anatop REF_CLK1 for ENET1, clear gpr1[13], gpr1[17]*/ in setup_fec()
259 clrsetbits_le32(&iomuxc_gpr_regs->gpr[1], in setup_fec()
269 /* enable rgmii rxc skew and phy mode select to RGMII copper */ in board_phy_config()
275 if (phydev->drv->config) in board_phy_config()
276 phydev->drv->config(phydev); in board_phy_config()
314 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
346 if (ret == -ENODEV) in power_init_board()
376 * Do not assert internal WDOG_RESET_B_DEB(controlled by bit 4), in board_late_init()
379 clrsetbits_le16(&wdog->wcr, 0, 0x10); in board_late_init()
391 mode = "non-secure"; in checkboard()