Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Dsoc.h181 #define soc_is_omap447x() 0 macro
299 # undef soc_is_omap447x
303 # define soc_is_omap447x() is_omap447x() macro
H A Dpmic-cpcap.c270 if (soc_is_omap443x() || soc_is_omap446x() || soc_is_omap447x()) in cpcap_late_init()