Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c168 if (!is_dra7xx()) in emif_update_timings()
188 if ((omap_revision() >= OMAP5430_ES1_0) || is_dra7xx()) { in emif_update_timings()
1275 if (!in_sdram && (!warm_reset() || is_dra7xx())) { in do_sdram_init()
1286 EMIF_SDRAM_TYPE_DDR3) && !is_dra7xx()) { in do_sdram_init()
1464 if (is_dra7xx()) in do_bug0039_workaround()
1582 (!in_sdram && !warm_reset()) && (!is_dra7xx())) { in sdram_init()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c570 if (is_dra7xx()) in enable_usb_clocks()
625 if (is_dra7xx()) in disable_usb_clocks()
H A Dfdt.c252 if (!is_dra72x() && !is_dra7xx()) in ft_opp_clock_fixups()
H A Dhwinit.c88 if (!is_dra7xx()) { in io_settings_ddr3()
/openbmc/linux/arch/arm/mach-omap2/
H A Dsoc.h320 #define soc_is_dra7xx() is_dra7xx()
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_common.h729 static inline u8 is_dra7xx(void) in is_dra7xx() function