Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/mvebu/
Dcp110-system-controller.c40 #define CP110_PM_CLOCK_GATING_REG 0x220 macro
127 regmap_update_bits(gate->regmap, CP110_PM_CLOCK_GATING_REG, in cp110_gate_enable()
137 regmap_update_bits(gate->regmap, CP110_PM_CLOCK_GATING_REG, in cp110_gate_disable()
146 regmap_read(gate->regmap, CP110_PM_CLOCK_GATING_REG, &val); in cp110_gate_is_enabled()