Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-tegra-pmc.c45 u8 gate_shift; member
58 .gate_shift = _gate_shift,\
112 data->gate_shift, 0, &clk_out_lock); in tegra_pmc_clk_init()
/linux-4.19.296/drivers/clk/mediatek/
Dclk-mtk.h79 signed char gate_shift; member
99 .gate_shift = _gate, \
120 .gate_shift = -1, \
136 .gate_shift = _gate_shift, \
Dclk-mtk.c182 if (mc->gate_shift >= 0) { in mtk_clk_register_composite()
190 gate->bit_idx = mc->gate_shift; in mtk_clk_register_composite()
/linux-4.19.296/drivers/clk/rockchip/
Dclk.c51 u8 gate_shift, u8 gate_flags, unsigned long flags, in rockchip_clk_register_branch() argument
85 gate->bit_idx = gate_shift; in rockchip_clk_register_branch()
218 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument
245 gate->bit_idx = gate_shift; in rockchip_clk_register_frac_branch()
325 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_factor_branch() argument
345 gate->bit_idx = gate_shift; in rockchip_clk_register_factor_branch()
491 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
502 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
511 list->gate_shift, list->gate_flags, &ctx->lock); in rockchip_clk_register_branches()
521 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
[all …]
Dclk.h415 u8 gate_shift; member
437 .gate_shift = gs, \
455 .gate_shift = gs, \
474 .gate_shift = gs, \
492 .gate_shift = gs, \
548 .gate_shift = gs, \
565 .gate_shift = gs, \
673 .gate_shift = b, \
723 .gate_shift = gb, \
744 .gate_shift = gs, \
[all …]
Dclk-half-divider.c165 u8 gate_shift, u8 gate_flags, in rockchip_clk_register_halfdiv() argument
197 gate->bit_idx = gate_shift; in rockchip_clk_register_halfdiv()
/linux-4.19.296/drivers/clk/berlin/
Dberlin2-div.h38 .gate_shift = _sh
60 u8 gate_shift; member
Dberlin2-div.c74 reg >>= map->gate_shift; in berlin2_div_is_enabled()
92 reg |= BIT(map->gate_shift); in berlin2_div_enable()
111 reg &= ~BIT(map->gate_shift); in berlin2_div_disable()