Home
last modified time | relevance | path

Searched refs:LVL2_CLK_GATE_OVRE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/tegra/
H A Dclk-periph-gate.c33 #define LVL2_CLK_GATE_OVRE 0x554 macro
59 writel_relaxed(0, gate->clk_base + LVL2_CLK_GATE_OVRE); in clk_periph_enable_locked()
60 writel_relaxed(BIT(22), gate->clk_base + LVL2_CLK_GATE_OVRE); in clk_periph_enable_locked()
62 writel_relaxed(0, gate->clk_base + LVL2_CLK_GATE_OVRE); in clk_periph_enable_locked()
H A Dclk-tegra210.c242 #define LVL2_CLK_GATE_OVRE 0x554 macro
653 ovre = readl_relaxed(clk_base + LVL2_CLK_GATE_OVRE); in tegra210_venc_mbist_war()
658 writel_relaxed(ovre, clk_base + LVL2_CLK_GATE_OVRE); in tegra210_venc_mbist_war()
687 ovre = readl_relaxed(clk_base + LVL2_CLK_GATE_OVRE); in tegra210_vic_mbist_war()
699 writel_relaxed(ovre, clk_base + LVL2_CLK_GATE_OVRE); in tegra210_vic_mbist_war()
710 ovre = readl_relaxed(clk_base + LVL2_CLK_GATE_OVRE); in tegra210_ape_mbist_war()
713 clk_base + LVL2_CLK_GATE_OVRE); in tegra210_ape_mbist_war()
734 writel_relaxed(ovre, clk_base + LVL2_CLK_GATE_OVRE); in tegra210_ape_mbist_war()
2669 .lvl2_offset = LVL2_CLK_GATE_OVRE,
2721 .lvl2_offset = LVL2_CLK_GATE_OVRE,
[all …]