Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Did.c45 u32 omap_features; variable
276 omap_features |= OMAP3_HAS_ ##feat; \
283 omap_features = 0; in omap3xxx_check_features()
293 omap_features |= OMAP3_HAS_192MHZ_CLK; in omap3xxx_check_features()
295 omap_features |= OMAP3_HAS_IO_WAKEUP; in omap3xxx_check_features()
298 omap_features |= OMAP3_HAS_IO_CHAIN_CTRL; in omap3xxx_check_features()
300 omap_features |= OMAP3_HAS_SDRC; in omap3xxx_check_features()
311 omap_features &= ~(OMAP3_HAS_IVA | OMAP3_HAS_ISP); in omap3xxx_check_features()
329 omap_features = OMAP4_HAS_PERF_SILICON; in omap4xxx_check_features()
334 omap_features = OMAP3_HAS_NEON; in ti81xx_check_features()
[all …]
Dsoc.h437 extern u32 omap_features;
454 return omap_features & OMAP3_HAS_ ##flag; \
473 return omap_features & OMAP4_HAS_ ##flag; \