Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Did.c52 static u32 val = OMAP2_DEVICETYPE_MASK; in omap_type()
54 if (val < OMAP2_DEVICETYPE_MASK) in omap_type()
77 val &= OMAP2_DEVICETYPE_MASK; in omap_type()
H A Dcontrol.h328 #define OMAP2_DEVICETYPE_MASK (0x7 << 8) macro