Lines Matching +full:pulse +full:- +full:code
1 // SPDX-License-Identifier: GPL-2.0+
6 * Derived from Beagle Board, 3430 SDP, and OMAP3EVM code by
7 * Richard Woodruff <r-woodruff2@ti.com>
12 * (C) Copyright 2004-2008
25 #include <asm/mach-types.h>
58 gd->bd->bi_arch_number = MACH_TYPE_OMAP3_PANDORA; in board_init()
60 gd->bd->bi_boot_params = (OMAP34XX_SDRC_CS0 + 0x100); in board_init()
90 /* set up dual-voltage GPIOs to 1.8V */ in misc_init_r()
91 pbias_lite = readl(&t2_base->pbias_lite); in misc_init_r()
94 writel(pbias_lite, &t2_base->pbias_lite); in misc_init_r()
107 /* wifi needs a short pulse to enter powersave state */ in misc_init_r()
140 return omap_mmc_init(0, 0, 0, -1, -1); in board_mmc_init()