Home
last modified time | relevance | path

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

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