Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dsoc.h186 #define soc_is_ti814x() 0 macro
284 # undef soc_is_ti814x
291 # define soc_is_ti814x() is_ti814x() macro
514 #define cpu_is_ti814x() soc_is_ti814x()
Did.c243 } else if (soc_is_ti814x()) { in omap3_cpuinfo()