Lines Matching +full:pull +full:- +full:up
1 // SPDX-License-Identifier: GPL-2.0+
11 #include <asm/arch/imx-regs.h>
12 #include <asm/arch/iomux-mx25.h>
35 * The original code enabled PUE and 100-k pull-down without PKE, so the right
37 * 0 for no pull
39 * PAD_CTL_PUS_100K_DOWN for 100-k pull-down
86 /* dram_init must store complete ramsize in gd->ram_size */ in dram_init()
87 gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE, in dram_init()
93 * Set up input pins with hysteresis and 100-k pull-ups
98 * The original code enabled PUE and 100-k pull-down without PKE, so the right
100 * 0 for no pull
102 * PAD_CTL_PUS_100K_DOWN for 100-k pull-down
128 gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; in board_init()
146 return -ENODEV; in board_late_init()
157 /* Set up the Card Detect pin. */ in board_mmc_getcd()