Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-omap2/
Ddma.c111 (omap_type() == OMAP2430_REV_ES1_0))) { in configure_dma_errata()
142 if (omap_type() == OMAP3430_REV_ES1_0) in configure_dma_errata()
158 if (cpu_is_omap34xx() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in configure_dma_errata()
200 if (soc_is_omap34xx() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in omap2_system_dma_init()
Dpm34xx.c111 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { in omap3_save_secure_ram_context()
250 (omap_type() == OMAP2_DEVICE_TYPE_EMU || in omap_sram_idle()
251 omap_type() == OMAP2_DEVICE_TYPE_SEC) && in omap_sram_idle()
269 (omap_type() == OMAP2_DEVICE_TYPE_EMU || in omap_sram_idle()
270 omap_type() == OMAP2_DEVICE_TYPE_SEC) && in omap_sram_idle()
563 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { in omap3_pm_init()
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()
Dpm33xx-core.c95 else if (omap_type() != OMAP2_DEVICE_TYPE_GP) in amx3_common_init()
188 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { in am43xx_suspend()
213 if (omap_type() != OMAP2_DEVICE_TYPE_GP) in am43xx_suspend()
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);
773 return sprintf(buf, "%s\n", omap_types[omap_type()]); in type_show()
Dpdata-quirks.c240 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { in nokia_n900_legacy_init()
402 return omap_type() == OMAP2_DEVICE_TYPE_GP; in ti_sysc_soc_type_gp()
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.c424 writel_relaxed((omap_type() != OMAP2_DEVICE_TYPE_GP) ? 1 : 0, in omap4_mpuss_init()
Dsoc.h42 int omap_type(void);
Domap_hwmod_3xxx_data.c2579 return omap_type() == OMAP2_DEVICE_TYPE_GP; in omap3xxx_hwmod_is_hs_ip_block_usable()