Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
A Dsoc.h106 #define GET_OMAP_SUBCLASS ((omap_rev() >> 20) & 0x0fff) macro
111 return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; \
117 return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; \
123 return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; \
129 return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; \
/linux/arch/arm/mach-omap1/include/mach/
A Dsoc.h92 #define GET_OMAP_SUBCLASS ((omap_rev() >> 20) & 0x0fff) macro
97 return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; \

Completed in 5 milliseconds