Lines Matching defs:clk_base
20 readl_relaxed(gate->clk_base + (gate->regs->enb_reg))
22 writel_relaxed(val, gate->clk_base + (gate->regs->enb_set_reg))
24 writel_relaxed(val, gate->clk_base + (gate->regs->enb_clr_reg))
27 readl_relaxed(gate->clk_base + (gate->regs->rst_reg))
29 writel_relaxed(val, gate->clk_base + (gate->regs->rst_clr_reg))
67 writel_relaxed(0, gate->clk_base + LVL2_CLK_GATE_OVRE);
68 writel_relaxed(BIT(22), gate->clk_base + LVL2_CLK_GATE_OVRE);
70 writel_relaxed(0, gate->clk_base + LVL2_CLK_GATE_OVRE);
145 const char *parent_name, u8 gate_flags, void __iomem *clk_base,
170 gate->clk_base = clk_base;