Home
last modified time | relevance | path

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

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