Searched refs:OMAP2_DEVICETYPE_MASK (Results 1 – 2 of 2) sorted by relevance
52 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()
327 #define OMAP2_DEVICETYPE_MASK (0x7 << 8) macro