Home
last modified time | relevance | path

Searched refs:GET_OMAP_CLASS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/linux/soc/ti/
H A Domap1-soc.h59 #define GET_OMAP_CLASS (omap_rev() & 0xff) macro
64 return (GET_OMAP_CLASS == (id)) ? 1 : 0; \
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/
H A Dsoc.h84 #define GET_OMAP_CLASS (omap_rev() & 0xff) macro
89 return (GET_OMAP_CLASS == (id)) ? 1 : 0; \
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dsoc.h74 #define GET_OMAP_CLASS (omap_rev() & 0xff) macro
79 return (GET_OMAP_CLASS == (id)) ? 1 : 0; \
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dsoc.h74 #define GET_OMAP_CLASS (omap_rev() & 0xff) macro
79 return (GET_OMAP_CLASS == (id)) ? 1 : 0; \

Completed in 4 milliseconds