Home
last modified time | relevance | path

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

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