Searched refs:gate_shift (Results 1 – 7 of 7) sorted by relevance
/drivers/clk/mediatek/ |
D | clk-mtk.h | 78 signed char gate_shift; member 93 .gate_shift = _gate, \ 106 .gate_shift = -1, \ 121 .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/rockchip/ |
D | clk.c | 46 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()
|
D | clk.h | 236 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/ |
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()
|