Searched refs:EXYNOS_REV_PART_MASK (Results 1 – 2 of 2) sorted by relevance
92 main_rev = (val >> data->main_rev_shift) & EXYNOS_REV_PART_MASK; in exynos_chipid_get_chipid_info()93 sub_rev = (val >> data->sub_rev_shift) & EXYNOS_REV_PART_MASK; in exynos_chipid_get_chipid_info()
12 #define EXYNOS_REV_PART_MASK 0xf macro