Home
last modified time | relevance | path

Searched refs:omap_type (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/arch/arm/mach-omap2/
Dpm34xx.c113 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { in omap3_save_secure_ram_context()
248 (omap_type() == OMAP2_DEVICE_TYPE_EMU || in omap_sram_idle()
249 omap_type() == OMAP2_DEVICE_TYPE_SEC) && in omap_sram_idle()
267 (omap_type() == OMAP2_DEVICE_TYPE_EMU || in omap_sram_idle()
268 omap_type() == OMAP2_DEVICE_TYPE_SEC) && in omap_sram_idle()
542 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { in omap3_pm_init()
Ddma.c151 (omap_type() == OMAP2430_REV_ES1_0))) { in configure_dma_errata()
182 if (omap_type() == OMAP3430_REV_ES1_0) in configure_dma_errata()
198 if (cpu_is_omap34xx() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in configure_dma_errata()
272 if (cpu_is_omap34xx() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in omap2_system_dma_init_dev()
Dsram.c61 if (OMAP2_DEVICE_TYPE_GP == omap_type()) { in is_sram_locked()
92 if ((omap_type() == OMAP2_DEVICE_TYPE_EMU) || in omap_detect_sram()
93 (omap_type() == OMAP2_DEVICE_TYPE_SEC)) { in omap_detect_sram()
Dclock.c119 if (omap_type() == OMAP2_DEVICE_TYPE_GP) in ti_clk_init_features()
Did.c50 int omap_type(void) in omap_type() function
83 EXPORT_SYMBOL(omap_type);
782 return sprintf(buf, "%s\n", omap_types[omap_type()]); in omap_get_type()
Dpm33xx-core.c85 else if (omap_type() != OMAP2_DEVICE_TYPE_GP) in amx3_common_init()
Domap-wakeupgen.c436 if (omap_type() == OMAP2_DEVICE_TYPE_GP || soc_is_am43xx()) in irq_notifier()
442 if (omap_type() == OMAP2_DEVICE_TYPE_GP || soc_is_am43xx()) in irq_notifier()
Domap-smp.c156 if (soc_is_omap443x() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in omap4_secondary_init()
Dcontrol.c326 if (omap_type() == OMAP2_DEVICE_TYPE_GP) in omap3_save_scratchpad_contents()
357 if ((omap_type() != OMAP2_DEVICE_TYPE_GP) in omap3_save_scratchpad_contents()
Domap-mpuss-lowpower.c427 writel_relaxed((omap_type() != OMAP2_DEVICE_TYPE_GP) ? 1 : 0, in omap4_mpuss_init()
Dsoc.h42 int omap_type(void);
Dtimer.c264 if ((omap_type() != OMAP2_DEVICE_TYPE_GP)) { in omap_dmtimer_init()
Dpdata-quirks.c286 if (omap_type() == OMAP2_DEVICE_TYPE_SEC) { in nokia_n900_legacy_init()
Domap_hwmod_3xxx_data.c2826 return omap_type() == OMAP2_DEVICE_TYPE_GP; in omap3xxx_hwmod_is_hs_ip_block_usable()
2885 if (h_gp && omap_type() == OMAP2_DEVICE_TYPE_GP) { in omap3xxx_hwmod_init()
Domap_hwmod_7xx_data.c2690 if (!ret && omap_type() == OMAP2_DEVICE_TYPE_GP) in dra7xx_hwmod_init()