Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dpm34xx.c117 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { in omap3_save_secure_ram_context()
255 (omap_type() == OMAP2_DEVICE_TYPE_EMU || in omap_sram_idle()
256 omap_type() == OMAP2_DEVICE_TYPE_SEC) && in omap_sram_idle()
274 (omap_type() == OMAP2_DEVICE_TYPE_EMU || in omap_sram_idle()
275 omap_type() == OMAP2_DEVICE_TYPE_SEC) && in omap_sram_idle()
549 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { in omap3_pm_init()
Ddma.c154 (omap_type() == OMAP2430_REV_ES1_0))) { in configure_dma_errata()
185 if (omap_type() == OMAP3430_REV_ES1_0) in configure_dma_errata()
201 if (cpu_is_omap34xx() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in configure_dma_errata()
275 if (cpu_is_omap34xx() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in omap2_system_dma_init_dev()
Dsram.c64 if (OMAP2_DEVICE_TYPE_GP == omap_type()) { in is_sram_locked()
95 if ((omap_type() == OMAP2_DEVICE_TYPE_EMU) || in omap_detect_sram()
96 (omap_type() == OMAP2_DEVICE_TYPE_SEC)) { in omap_detect_sram()
Did.c53 int omap_type(void) in omap_type() function
86 EXPORT_SYMBOL(omap_type);
785 return sprintf(buf, "%s\n", omap_types[omap_type()]); in omap_get_type()
Domap-wakeupgen.c405 if (omap_type() == OMAP2_DEVICE_TYPE_GP) in irq_notifier()
411 if (omap_type() == OMAP2_DEVICE_TYPE_GP) in irq_notifier()
Domap-smp.c161 if (soc_is_omap443x() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in omap4_secondary_init()
Dcontrol.c329 if (omap_type() == OMAP2_DEVICE_TYPE_GP) in omap3_save_scratchpad_contents()
360 if ((omap_type() != OMAP2_DEVICE_TYPE_GP) in omap3_save_scratchpad_contents()
Domap-mpuss-lowpower.c431 writel_relaxed((omap_type() != OMAP2_DEVICE_TYPE_GP) ? 1 : 0, in omap4_mpuss_init()
Dsoc.h56 int omap_type(void);
Dpdata-quirks.c280 if (omap_type() == OMAP2_DEVICE_TYPE_SEC) { in nokia_n900_legacy_init()
Dtimer.c265 if ((omap_type() != OMAP2_DEVICE_TYPE_GP)) { in omap_dmtimer_init()
Domap_hwmod_3xxx_data.c2833 return omap_type() == OMAP2_DEVICE_TYPE_GP; in omap3xxx_hwmod_is_hs_ip_block_usable()
2892 if (h_gp && omap_type() == OMAP2_DEVICE_TYPE_GP) { in omap3xxx_hwmod_init()
Domap_hwmod_7xx_data.c4013 if (!ret && omap_type() == OMAP2_DEVICE_TYPE_GP) in dra7xx_hwmod_init()