Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/soc/samsung/
Dexynos-chipid.c92 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()
/linux-5.19.10/include/linux/soc/samsung/
Dexynos-chipid.h12 #define EXYNOS_REV_PART_MASK 0xf macro