Searched refs:chipid_base (Results 1 – 1 of 1) sorted by relevance
1023 void __iomem *chipid_base; in exynos4_get_xom() local1028 chipid_base = of_iomap(np, 0); in exynos4_get_xom()1030 if (chipid_base) in exynos4_get_xom()1031 xom = readl(chipid_base + 8); in exynos4_get_xom()1033 iounmap(chipid_base); in exynos4_get_xom()