Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap2/
Dsoc.h171 #define soc_is_ti816x() 0 macro
269 # undef soc_is_ti816x
276 # define soc_is_ti816x() is_ti816x() macro
501 #define cpu_is_ti816x() soc_is_ti816x()
Did.c234 } else if (soc_is_ti816x()) { in omap3_cpuinfo()