Searched refs:gate_shift (Results 1 – 7 of 7) sorted by relevance
/drivers/clk/rockchip/ |
D | clk.c | 50 u8 gate_shift, u8 gate_flags, unsigned long flags, in rockchip_clk_register_branch() argument 81 gate->bit_idx = gate_shift; in rockchip_clk_register_branch() 171 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument 198 gate->bit_idx = gate_shift; in rockchip_clk_register_frac_branch() 281 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_factor_branch() argument 301 gate->bit_idx = gate_shift; in rockchip_clk_register_factor_branch() 441 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 451 list->gate_shift, list->gate_flags, &ctx->lock); in rockchip_clk_register_branches() 461 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 484 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
|
D | clk.h | 335 u8 gate_shift; member 357 .gate_shift = gs, \ 375 .gate_shift = gs, \ 394 .gate_shift = gs, \ 412 .gate_shift = gs, \ 468 .gate_shift = gs, \ 485 .gate_shift = gs, \ 578 .gate_shift = b, \ 628 .gate_shift = gb, \
|
/drivers/clk/mediatek/ |
D | clk-mtk.h | 78 signed char gate_shift; member 97 .gate_shift = _gate, \ 117 .gate_shift = -1, \ 132 .gate_shift = _gate_shift, \
|
D | clk-mtk.c | 173 if (mc->gate_shift >= 0) { in mtk_clk_register_composite() 181 gate->bit_idx = mc->gate_shift; in mtk_clk_register_composite()
|
/drivers/clk/tegra/ |
D | clk-tegra-pmc.c | 45 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/ |
D | berlin2-div.h | 49 .gate_shift = _sh 71 u8 gate_shift; member
|
D | berlin2-div.c | 85 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()
|