Home
last modified time | relevance | path

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

/drivers/clk/mediatek/
Dclk-mtk.h78 signed char gate_shift; member
93 .gate_shift = _gate, \
106 .gate_shift = -1, \
121 .gate_shift = _gate_shift, \
Dclk-mtk.c173 if (mc->gate_shift >= 0) { in mtk_clk_register_composite()
181 gate->bit_idx = mc->gate_shift; in mtk_clk_register_composite()
/drivers/clk/rockchip/
Dclk.c46 u8 gate_shift, u8 gate_flags, unsigned long flags, in rockchip_clk_register_branch() argument
77 gate->bit_idx = gate_shift; in rockchip_clk_register_branch()
115 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument
130 gate->bit_idx = gate_shift; in rockchip_clk_register_frac_branch()
260 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
269 list->gate_shift, list->gate_flags, &clk_lock); in rockchip_clk_register_branches()
278 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
Dclk.h236 u8 gate_shift; member
257 .gate_shift = gs, \
275 .gate_shift = gs, \
294 .gate_shift = gs, \
312 .gate_shift = gs, \
368 .gate_shift = gs, \
426 .gate_shift = b, \
/drivers/clk/tegra/
Dclk-tegra-pmc.c45 u8 gate_shift; member
58 .gate_shift = _gate_shift,\
110 data->gate_shift, 0, &clk_out_lock); in tegra_pmc_clk_init()
/drivers/clk/berlin/
Dberlin2-div.h49 .gate_shift = _sh
71 u8 gate_shift; member
Dberlin2-div.c85 reg >>= map->gate_shift; in berlin2_div_is_enabled()
103 reg |= BIT(map->gate_shift); in berlin2_div_enable()
122 reg &= ~BIT(map->gate_shift); in berlin2_div_disable()