Home
last modified time | relevance | path

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

/linux/include/linux/soc/ti/
H A Domap1-soc.h112 #define GET_OMAP_TYPE ((omap_rev() >> 16) & 0xffff) macro
117 return (GET_OMAP_TYPE == (id)) ? 1 : 0; \
/linux/arch/arm/mach-omap2/
H A Dsoc.h221 #define GET_OMAP_TYPE ((omap_rev() >> 16) & 0xffff) macro
226 return (GET_OMAP_TYPE == (id)) ? 1 : 0; \