Searched refs:gate_shift (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/clk/rockchip/ |
A D | clk.c | 45 u8 gate_shift, u8 gate_flags, unsigned long flags, in rockchip_clk_register_branch() argument 80 gate->bit_idx = gate_shift; in rockchip_clk_register_branch() 210 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument 237 gate->bit_idx = gate_shift; in rockchip_clk_register_frac_branch() 319 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_factor_branch() argument 339 gate->bit_idx = gate_shift; in rockchip_clk_register_factor_branch() 492 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 503 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 512 list->gate_shift, list->gate_flags, &ctx->lock); in rockchip_clk_register_branches() 523 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() [all …]
|
A D | clk.h | 545 u8 gate_shift; member 567 .gate_shift = gs, \ 589 .gate_shift = gs, \ 607 .gate_shift = gs, \ 626 .gate_shift = gs, \ 644 .gate_shift = gs, \ 700 .gate_shift = gs, \ 717 .gate_shift = gs, \ 841 .gate_shift = b, \ 891 .gate_shift = gb, \ [all …]
|
A D | clk-half-divider.c | 165 u8 gate_shift, u8 gate_flags, in rockchip_clk_register_halfdiv() argument 197 gate->bit_idx = gate_shift; in rockchip_clk_register_halfdiv()
|
/linux-6.3-rc2/drivers/clk/mediatek/ |
A D | clk-mtk.h | 102 signed char gate_shift; member 120 .gate_shift = _gate, \ 155 .gate_shift = -1, \ 171 .gate_shift = _gate_shift, \
|
A D | clk-mux.h | 33 u8 gate_shift; member 51 .gate_shift = _gate, \
|
A D | clk-mux.c | 44 BIT(mux->data->gate_shift)); in mtk_clk_mux_enable_setclr() 70 BIT(mux->data->gate_shift)); in mtk_clk_mux_disable_setclr() 80 return (val & BIT(mux->data->gate_shift)) == 0; in mtk_clk_mux_is_enabled()
|
A D | clk-mtk.c | 253 if (mc->gate_shift >= 0) { in mtk_clk_register_composite() 261 gate->bit_idx = mc->gate_shift; in mtk_clk_register_composite()
|
/linux-6.3-rc2/drivers/clk/berlin/ |
A D | berlin2-div.h | 38 .gate_shift = _sh 60 u8 gate_shift; member
|
A D | berlin2-div.c | 75 reg >>= map->gate_shift; in berlin2_div_is_enabled() 93 reg |= BIT(map->gate_shift); in berlin2_div_enable() 112 reg &= ~BIT(map->gate_shift); in berlin2_div_disable()
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk-bm1880.c | 73 s8 gate_shift; member 118 s8 gate_shift; member 150 .gate_shift = _gate_shift, \ 167 .gate_shift = _gate_shift, \ 734 clks[i].gate_shift, 0, in bm1880_clk_register_gate() 788 if (clks->gate_shift >= 0) { in bm1880_clk_register_composite() 796 gate->bit_idx = clks->gate_shift; in bm1880_clk_register_composite()
|
/linux-6.3-rc2/drivers/clk/x86/ |
A D | clk-cgu.h | 190 u8 gate_shift; member 254 .gate_shift = _shift, \
|
A D | clk-cgu.c | 301 u8 shift = list->gate_shift; in lgm_clk_register_gate()
|
Completed in 30 milliseconds