Lines Matching +full:card +full:- +full:detect +full:- +full:delay
1 // SPDX-License-Identifier: GPL-2.0+
12 #include <asm/arch/imx-regs.h>
13 #include <asm/arch/mx6-pins.h>
17 #include <asm/mach-imx/iomux-v3.h>
18 #include <asm/mach-imx/mxc_i2c.h>
19 #include <asm/mach-imx/boot_mode.h>
20 #include <asm/mach-imx/video.h>
21 #include <asm/mach-imx/sata.h>
61 gd->ram_size = imx_ddr_size(); in dram_init()
78 /* Carrier MicroSD Card Detect */
89 /* SOM MicroSD Card Detect */
153 struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv; in board_mmc_getcd()
156 switch (cfg->esdhc_base) { in board_mmc_getcd()
175 * (U-Boot device node) (Physical Port) in board_mmc_init()
197 return -EINVAL; in board_mmc_init()
228 /* introduce tx clock delay */ in ar8031_phy_fixup()
241 if (phydev->drv->config) in board_phy_config()
242 phydev->drv->config(phydev); in board_phy_config()
351 return (0 == i2c_set_bus_num(dev->bus)) && in detect_i2c()
352 (0 == i2c_probe(dev->addr)); in detect_i2c()
364 .bus = -1,
367 .detect = detect_hdmi,
387 .detect = detect_i2c,
390 .name = "FWBADAPT-LCD-F07A-0102",
414 reg = readl(&mxc_ccm->chsccdr); in setup_display()
417 writel(reg, &mxc_ccm->chsccdr); in setup_display()
469 * Use always serial for U-Boot console
531 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()