Lines Matching +full:cmd +full:- +full:dat +full:- +full:pins
1 // SPDX-License-Identifier: GPL-2.0+
5 * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
8 #include <asm/arch/sysmap-apq8096.h>
9 #include <linux/arm-smccc.h>
22 gd->ram_size = PHYS_SDRAM_SIZE; in dram_init()
29 gd->bd->bi_dram[0].start = PHYS_SDRAM_1; in dram_init_banksize()
30 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
32 gd->bd->bi_dram[1].start = PHYS_SDRAM_2; in dram_init_banksize()
33 gd->bd->bi_dram[1].size = PHYS_SDRAM_2_SIZE; in dram_init_banksize()
45 u8 mask; /* mask clk/dat/cmd control */ in sdhci_power_init()
69 /* drive strength configs for sdhc pins */ in sdhci_power_init()
77 /* pull configs for sdhc pins */ in sdhci_power_init()
130 /* Check for vol- button - if pressed - stop autoboot */
143 node = fdt_subnode_offset(gd->fdt_blob, dev_of_offset(pon), in misc_init_r()
157 env_set("bootdelay", "-1"); in misc_init_r()
158 printf("Power button pressed - dropping to console.\n"); in misc_init_r()