Lines Matching +full:0 +full:x2c000000

40 struct omap4_scrm_regs *const scrm = (struct omap4_scrm_regs *)0x4a30a000;
45 * @return 0
52 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
54 return 0; in board_init()
62 * @return 0
66 int ret = 0; in misc_init_r()
70 val = 0xe1; in misc_init_r()
71 ret = i2c_write(TWL6030_CHIP_PM, 0xbe, 1, &val, 1); in misc_init_r()
77 gpio_direction_output(WIFI_EN, 0); in misc_init_r()
80 gpio_set_value(WIFI_EN, 0); in misc_init_r()
88 return 0; in misc_init_r()
117 return omap_mmc_init(0, 0, 0, -1, -1); in board_mmc_init()
123 twl6030_power_mmc_init(0); in board_mmc_power_init()
130 #define GPMC_SIZE_16M 0xF
131 #define GPMC_BASEADDR_MASK 0x3F
132 #define GPMC_CS_ENABLE 0x1
137 writel(0, &cs->config7); in enable_gpmc_net_config()
140 writel(gpmc_config[0], &cs->config1); in enable_gpmc_net_config()
150 * address goes into bits 5:0. in enable_gpmc_net_config()
160 #define NET_LAN9221_GPMC_CONFIG1 0x2a001203
161 #define NET_LAN9221_GPMC_CONFIG2 0x000a0a02
162 #define NET_LAN9221_GPMC_CONFIG3 0x00020200
163 #define NET_LAN9221_GPMC_CONFIG4 0x0a030a03
164 #define NET_LAN9221_GPMC_CONFIG5 0x000a0a0a
165 #define NET_LAN9221_GPMC_CONFIG6 0x8a070707
166 #define NET_LAN9221_GPMC_CONFIG7 0x00000f6c
186 enable_gpmc_net_config(gpmc_lan_config, &gpmc_cfg->cs[5], 0x2C000000, in setup_net_chip()
191 gpio_direction_output(SMSC_NRESET, 0); in setup_net_chip()
194 gpio_set_value(SMSC_NRESET, 0); in setup_net_chip()
203 int rc = 0; in board_eth_init()
205 rc = smc911x_initialize(0, CONFIG_SMC911X_BASE); in board_eth_init()
213 .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,
253 if (ret < 0) in ehci_hcd_init()
256 return 0; in ehci_hcd_init()
270 return 0x20; in get_board_rev()