Home
last modified time | relevance | path

Searched refs:OMAP5430_ES1_0 (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/arm/mach-omap2/omap5/
Dsdram.c150 case OMAP5430_ES1_0: in emif_get_reg_dump_sdp()
173 case OMAP5430_ES1_0: in emif_get_dmm_regs_sdp()
452 case OMAP5430_ES1_0: in emif_get_ext_phy_ctrl_const_regs()
707 case OMAP5430_ES1_0: in get_bug_regs()
Dhwinit.c218 if ((omap_rev == OMAP5430_ES1_0) || (omap_rev == OMAP5432_ES1_0)) { in srcomp_enable()
347 *omap_si_rev = OMAP5430_ES1_0; in init_omap_revision()
426 if (omap_rev == OMAP5430_ES1_0) in reset_cpu()
Dhw_data.c732 case OMAP5430_ES1_0: in hw_data_init()
782 case OMAP5430_ES1_0: in get_ioregs()
/external/u-boot/arch/arm/mach-omap2/
Dclocks-common.c283 if (omap_rev < OMAP5430_ES1_0) { in omap_ddr_clk()
325 if ((omap_rev >= OMAP4460_ES1_0) && (omap_rev < OMAP5430_ES1_0)) { in configure_mpu_dpll()
768 if (omap_rev != OMAP5430_ES1_0) { in freq_update_core()
Demif-common.c188 if ((omap_revision() >= OMAP5430_ES1_0) || is_dra7xx()) { in emif_update_timings()
/external/u-boot/arch/arm/include/asm/
Domap_common.h779 #define OMAP5430_ES1_0 0x54300100 macro