Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Dsoc.h235 #define soc_is_ti814x() 0 macro
353 # undef soc_is_ti814x
360 # define soc_is_ti814x() is_ti814x() macro
573 #define cpu_is_ti814x() soc_is_ti814x()
Did.c231 } else if (soc_is_ti814x()) { in omap3_cpuinfo()