Home
last modified time | relevance | path

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

/linux-6.15/drivers/soc/samsung/
H A Dexynos-chipid.c98 main_rev = (val >> data->main_rev_shift) & EXYNOS_REV_PART_MASK; in exynos_chipid_get_chipid_info()
99 sub_rev = (val >> data->sub_rev_shift) & EXYNOS_REV_PART_MASK; in exynos_chipid_get_chipid_info()
/linux-6.15/include/linux/soc/samsung/
H A Dexynos-chipid.h12 #define EXYNOS_REV_PART_MASK 0xf macro