Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dpm34xx.c117 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { in omap3_save_secure_ram_context()
256 (omap_type() == OMAP2_DEVICE_TYPE_EMU || in omap_sram_idle()
257 omap_type() == OMAP2_DEVICE_TYPE_SEC) && in omap_sram_idle()
275 (omap_type() == OMAP2_DEVICE_TYPE_EMU || in omap_sram_idle()
276 omap_type() == OMAP2_DEVICE_TYPE_SEC) && in omap_sram_idle()
440 if (omap_type() != OMAP2_DEVICE_TYPE_GP) in omap_push_sram_idle()
552 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()
259 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()
Dboard-rx51.c110 if (omap_type() == OMAP2_DEVICE_TYPE_SEC) { in rx51_init()
Did.c53 int omap_type(void) in omap_type() function
86 EXPORT_SYMBOL(omap_type);
740 return sprintf(buf, "%s\n", omap_types[omap_type()]); in omap_get_type()
Domap-smp.c63 if (cpu_is_omap443x() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in omap4_secondary_init()
Domap-wakeupgen.c351 if (omap_type() == OMAP2_DEVICE_TYPE_GP) in irq_notifier()
357 if (omap_type() == OMAP2_DEVICE_TYPE_GP) in irq_notifier()
Dtimer.c209 if ((omap_type() != OMAP2_DEVICE_TYPE_GP)) { in omap_dmtimer_init()
713 if (omap_type() != OMAP2_DEVICE_TYPE_GP && timer_dev_attr) in omap_timer_init()
Dpdata-quirks.c230 if (omap_type() == OMAP2_DEVICE_TYPE_SEC) { in nokia_n900_legacy_init()
Domap-mpuss-lowpower.c424 writel_relaxed((omap_type() != OMAP2_DEVICE_TYPE_GP) ? 1 : 0, in omap4_mpuss_init()
Dcontrol.c339 if (omap_type() == OMAP2_DEVICE_TYPE_GP) in omap3_save_scratchpad_contents()
370 if ((omap_type() != OMAP2_DEVICE_TYPE_GP) in omap3_save_scratchpad_contents()
Dsoc.h128 int omap_type(void);
Dboard-rx51-peripherals.c1259 if (omap_type() == OMAP2_DEVICE_TYPE_SEC) { in rx51_init_omap3_rom_rng()
Domap_hwmod_3xxx_data.c3913 if (h_gp && omap_type() == OMAP2_DEVICE_TYPE_GP) { in omap3xxx_hwmod_init()