Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dsoc.h170 #define soc_is_ti81xx() 0 macro
268 # undef soc_is_ti81xx
275 # define soc_is_ti81xx() is_ti81xx() macro
502 #define cpu_is_ti81xx() soc_is_ti81xx()
Did.c59 } else if (soc_is_ti81xx()) { in omap_type()