Lines Matching full:fabric
62 static void __iomem *sysctrl, *fabric; variable
88 if (!fabric) in hip04_set_snoop_filter()
90 data = readl_relaxed(fabric + FAB_SF_MODE); in hip04_set_snoop_filter()
95 writel_relaxed(data, fabric + FAB_SF_MODE); in hip04_set_snoop_filter()
98 } while (data != readl_relaxed(fabric + FAB_SF_MODE)); in hip04_set_snoop_filter()
287 np_fab = of_find_compatible_node(NULL, NULL, "hisilicon,hip04-fabric"); in hip04_smp_init()
309 pr_err("failed to get fabric base phys\n"); in hip04_smp_init()
314 fabric = of_iomap(np_fab, 0); in hip04_smp_init()
315 if (!fabric) { in hip04_smp_init()
316 pr_err("failed to get fabric base\n"); in hip04_smp_init()
339 iounmap(fabric); in hip04_smp_init()