Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dsoc.h184 #define soc_is_ti81xx() 0 macro
282 # undef soc_is_ti81xx
289 # define soc_is_ti81xx() is_ti81xx() macro
516 #define cpu_is_ti81xx() soc_is_ti81xx()
Did.c62 } else if (soc_is_ti81xx()) { in omap_type()