Home
last modified time | relevance | path

Searched refs:OMAP4430_ES1_0 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/
H A Dsdram_elpida.c120 if (omap4_rev == OMAP4430_ES1_0) in emif_get_reg_dump_sdp()
137 if (omap_rev == OMAP4430_ES1_0) in emif_get_dmm_regs_sdp()
170 if (((omap_rev == OMAP4430_ES1_0) || (omap_rev == OMAP4470_ES1_0)) in emif_get_device_details_sdp()
295 if ((omap_rev == OMAP4430_ES1_0) || (omap_rev == OMAP4470_ES1_0)) in emif_get_device_timings_sdp()
H A Dhwinit.c49 if (omap4_rev == OMAP4430_ES1_0) in do_io_settings()
119 *omap_si_rev = OMAP4430_ES1_0; in init_omap_revision()
H A Dhw_data.c429 case OMAP4430_ES1_0: in hw_data_init()
/OK3568_Linux_fs/u-boot/board/ti/panda/
H A Dpanda.c170 if (omap4_rev == OMAP4430_ES1_0) in emif_get_reg_dump()
191 if (omap_rev == OMAP4430_ES1_0) in emif_get_dmm_regs()
216 if (omap_revision() == OMAP4430_ES1_0) in misc_init_r()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Demif-common.c176 if (omap_revision() == OMAP4430_ES1_0) { in emif_update_timings()
1223 if (omap_rev == OMAP4430_ES1_0) in emif_post_init_config()
H A Dclocks-common.c55 if (omap_revision() == OMAP4430_ES1_0) in __get_sys_clk_index()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Domap_common.h747 #define OMAP4430_ES1_0 0x44300100 macro