Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Did.c45 u32 omap_features; variable
262 omap_features |= OMAP3_HAS_ ##feat; \
269 omap_features = 0; in omap3xxx_check_features()
279 omap_features |= OMAP3_HAS_192MHZ_CLK; in omap3xxx_check_features()
281 omap_features |= OMAP3_HAS_IO_WAKEUP; in omap3xxx_check_features()
284 omap_features |= OMAP3_HAS_IO_CHAIN_CTRL; in omap3xxx_check_features()
286 omap_features |= OMAP3_HAS_SDRC; in omap3xxx_check_features()
297 omap_features &= ~(OMAP3_HAS_IVA | OMAP3_HAS_ISP); in omap3xxx_check_features()
315 omap_features = OMAP4_HAS_PERF_SILICON; in omap4xxx_check_features()
320 omap_features = OMAP3_HAS_NEON; in ti81xx_check_features()
[all …]
Dsoc.h494 extern u32 omap_features;
511 return omap_features & OMAP3_HAS_ ##flag; \
530 return omap_features & OMAP4_HAS_ ##flag; \