domain_base        51 drivers/clk/keystone/gate.c 	void __iomem *domain_base;
domain_base        71 drivers/clk/keystone/gate.c static void psc_config(void __iomem *control_base, void __iomem *domain_base,
domain_base        85 drivers/clk/keystone/gate.c 	pdstat = readl(domain_base + PDSTAT);
domain_base        87 drivers/clk/keystone/gate.c 		pdctl = readl(domain_base + PDCTL);
domain_base        89 drivers/clk/keystone/gate.c 		writel(pdctl, domain_base + PDCTL);
domain_base       122 drivers/clk/keystone/gate.c 	psc_config(data->control_base, data->domain_base,
domain_base       140 drivers/clk/keystone/gate.c 	psc_config(data->control_base, data->domain_base,
domain_base       219 drivers/clk/keystone/gate.c 	data->domain_base = of_iomap(node, i);
domain_base       220 drivers/clk/keystone/gate.c 	if (!data->domain_base) {
domain_base       229 drivers/clk/keystone/gate.c 		domain_transition_base = data->domain_base;
domain_base       247 drivers/clk/keystone/gate.c 	iounmap(data->domain_base);