Home
last modified time | relevance | path

Searched refs:soc_is_omap242x (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Dsoc.h195 # define soc_is_omap242x() is_omap242x() macro
197 # define soc_is_omap242x() 0
489 #define cpu_is_omap242x() soc_is_omap242x()
H A Ddma.c198 if (!soc_is_omap242x()) in omap2_system_dma_init()