Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Dsoc.h234 #define soc_is_ti816x() 0 macro
352 # undef soc_is_ti816x
359 # define soc_is_ti816x() is_ti816x() macro
574 #define cpu_is_ti816x() soc_is_ti816x()
Did.c225 } else if (soc_is_ti816x()) { in omap3_cpuinfo()