Searched refs:OMAP5_DEVICETYPE_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/mach-omap2/ | ||
H A D | control.h | 295 #define OMAP5_DEVICETYPE_MASK (0x7 << 6) macro |
H A D | id.c | 69 val &= OMAP5_DEVICETYPE_MASK; in omap_type() |