Searched refs:chipid_base (Results 1 – 1 of 1) sorted by relevance
1218 void __iomem *chipid_base; in exynos4_get_xom() local1223 chipid_base = of_iomap(np, 0); in exynos4_get_xom()1225 if (chipid_base) in exynos4_get_xom()1226 xom = readl(chipid_base + 8); in exynos4_get_xom()1228 iounmap(chipid_base); in exynos4_get_xom()