Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
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()
Dcontrol.h327 #define OMAP2_DEVICETYPE_MASK (0x7 << 8) macro