Lines Matching +full:pulse +full:- +full:code
1 // SPDX-License-Identifier: GPL-2.0+
5 * Derived from Beagle Board, 3430 SDP, and OMAP3EVM code by
6 * Richard Woodruff <r-woodruff2@ti.com>
11 * (C) Copyright 2004-2008
26 #include <asm/mach-types.h>
31 #include <asm/ehci-omap.h>
105 sdio_direct = -1; in get_sdio2_config()
265 printf("Recognized Ettus Research USRP-E (rev %d %s)\n", in misc_init_r()
291 env_set("boardname", "overo-storm"); in misc_init_r()
305 /*CONFIG7- computed as params */
318 writew(readw(&ctrl_base ->gpmc_nwe) | 0x0E00, &ctrl_base->gpmc_nwe); in setup_net_chip()
320 writew(readw(&ctrl_base->gpmc_noe) | 0x0E00, &ctrl_base->gpmc_noe); in setup_net_chip()
322 writew(readw(&ctrl_base->gpmc_nadv_ale) | 0x0E00, in setup_net_chip()
323 &ctrl_base->gpmc_nadv_ale); in setup_net_chip()
332 /* Make GPIO 64 as output pin and send a magic pulse through it */ in reset_net_chip()
353 enable_gpmc_cs_config(gpmc_lan_config, &gpmc_cfg->cs[4], in board_eth_init()
362 enable_gpmc_cs_config(gpmc_lan_config, &gpmc_cfg->cs[5], in board_eth_init()
382 return omap_mmc_init(0, 0, 0, -1, -1); in board_mmc_init()