Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dsoc.h248 #define soc_is_dra74x() 0 macro
398 #undef soc_is_dra74x
401 #define soc_is_dra74x() (of_machine_is_compatible("ti,dra74")) macro
Domap_hwmod_7xx_data.c3416 if (!ret && soc_is_dra74x()) in dra7xx_hwmod_init()