Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soc/samsung/
Dexynos-chipid.c91 main_rev = (val >> data->main_rev_shift) & EXYNOS_REV_PART_MASK; in exynos_chipid_get_chipid_info()
92 sub_rev = (val >> data->sub_rev_shift) & EXYNOS_REV_PART_MASK; in exynos_chipid_get_chipid_info()
/Linux-v6.6/include/linux/soc/samsung/
Dexynos-chipid.h12 #define EXYNOS_REV_PART_MASK 0xf macro