Home
last modified time | relevance | path

Searched refs:soc_is_omap34xx (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/mach-omap2/
H A Dpm.c95 if (soc_is_omap34xx()) in omap_pm_begin()
107 if (soc_is_omap34xx()) in omap_pm_wake()
H A Dsoc.h205 # define soc_is_omap34xx() is_omap34xx() macro
208 # define soc_is_omap34xx() 0
495 #define cpu_is_omap34xx() soc_is_omap34xx()
H A Di2c.c42 if (soc_is_omap24xx() || soc_is_omap34xx() || soc_is_am35xx()) in omap_i2c_reset()
H A Ddma.c201 if (soc_is_omap34xx() && (omap_type() != OMAP2_DEVICE_TYPE_GP)) in omap2_system_dma_init()