Home
last modified time | relevance | path

Searched refs:OMAP4460_ES1_0 (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/board/ti/panda/
Dpanda.c87 if ((processor_rev >= OMAP4460_ES1_0 && in get_board_revision()
142 if ((processor_rev >= OMAP4460_ES1_0 && in is_panda_es_rev_b3()
194 else if (omap_rev < OMAP4460_ES1_0) in emif_get_dmm_regs()
283 if (omap_revision() >= OMAP4460_ES1_0) in set_muxconf_regs()
/external/u-boot/arch/arm/mach-omap2/omap4/
Dhwinit.c95 if ((omap4_rev < OMAP4460_ES1_0) || !readl((*ctrl)->control_efuse_2)) in do_io_settings()
147 *omap_si_rev = OMAP4460_ES1_0; in init_omap_revision()
Dsdram_elpida.c138 else if (omap_rev < OMAP4460_ES1_0) in emif_get_dmm_regs_sdp()
Dhw_data.c445 case OMAP4460_ES1_0: in hw_data_init()
/external/u-boot/board/ti/sdp4430/
Dsdp.c67 if ((omap_revision() >= OMAP4460_ES1_0) && in set_muxconf_regs()
/external/u-boot/arch/arm/mach-omap2/
Demif-common.c191 } else if (omap_revision() >= OMAP4460_ES1_0) { in emif_update_timings()
1392 if (omap_revision() >= OMAP4460_ES1_0) in dmm_init()
Dclocks-common.c325 if ((omap_rev >= OMAP4460_ES1_0) && (omap_rev < OMAP5430_ES1_0)) { in configure_mpu_dpll()
/external/u-boot/arch/arm/include/asm/
Domap_common.h773 #define OMAP4460_ES1_0 0x44600100 macro