Lines Matching +full:no +full:- +full:eeprom
9 * SPDX-License-Identifier: GPL-2.0+
24 /* dram_init must store complete ramsize in gd->ram_size */ in dram_init()
25 gd->ram_size = get_ram_size( in dram_init()
33 gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE; in dram_init_banksize()
34 gd->bd->bi_dram[0].size = gd->ram_size; in dram_init_banksize()
42 * Read ethernet MAC address from EEPROM for DVEVM compatible boards.
60 printf("Read from EEPROM @ 0x%02x failed\n", in dvevm_read_mac_address()
76 val = readl(&davinci_syscfg_regs->cfgchip3); in davinci_emac_mii_mode_sel()
81 writel(val, &davinci_syscfg_regs->cfgchip3); in davinci_emac_mii_mode_sel()
85 * If there is no MAC address in the environment, then it will be initialized
86 * (silently) from the value in the EEPROM.
96 * There is no MAC address in the environment, so we in davinci_sync_env_enetaddr()
97 * initialize it from the value in the EEPROM. in davinci_sync_env_enetaddr()
99 debug("### Setting environment from EEPROM MAC address = " in davinci_sync_env_enetaddr()
105 printf("Failed to set mac address from EEPROM: %d\n", ret); in davinci_sync_env_enetaddr()
116 writel(0, &davinci_aintc_regs->ger); in irq_init()
118 writel(0, &davinci_aintc_regs->hier); in irq_init()
120 writel(0xffffffff, &davinci_aintc_regs->ecr1); in irq_init()
121 writel(0xffffffff, &davinci_aintc_regs->ecr2); in irq_init()
122 writel(0xffffffff, &davinci_aintc_regs->ecr3); in irq_init()