Searched refs:div_width (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/clk/rockchip/ |
A D | clk.h | 541 u8 div_width; member 564 .div_width = dw, \ 586 .div_width = dw, \ 604 .div_width = dw, \ 622 .div_width = dw, \ 662 .div_width = dw, \ 681 .div_width = dw, \ 697 .div_width = 16, \ 812 .div_width = w, \ 827 .div_width = w, \ [all …]
|
A D | clk-ddr.c | 22 int div_width; member 94 int div_shift, int div_width, in rockchip_clk_register_ddrclk() argument 130 ddrclk->div_width = div_width; in rockchip_clk_register_ddrclk()
|
A D | clk.c | 43 int div_offset, u8 div_shift, u8 div_width, u8 div_flags, in rockchip_clk_register_branch() argument 85 if (div_width > 0) { in rockchip_clk_register_branch() 98 div->width = div_width; in rockchip_clk_register_branch() 477 list->div_shift, list->div_width, in rockchip_clk_register_branches() 484 list->div_shift, list->div_width, in rockchip_clk_register_branches() 502 list->div_width, list->div_flags, in rockchip_clk_register_branches() 521 list->div_shift, list->div_width, in rockchip_clk_register_branches() 545 list->div_shift, list->div_width, in rockchip_clk_register_branches() 555 list->div_width, list->div_flags, in rockchip_clk_register_branches()
|
A D | clk-half-divider.c | 163 u8 div_shift, u8 div_width, in rockchip_clk_register_halfdiv() argument 202 if (div_width > 0) { in rockchip_clk_register_halfdiv() 210 div->width = div_width; in rockchip_clk_register_halfdiv()
|
/linux-6.3-rc2/drivers/clk/x86/ |
A D | clk-cgu.h | 183 u8 div_width; member 233 .div_width = _width, \ 273 .div_width = _width, \ 293 .div_width = _width, \
|
A D | clk-cgu.c | 31 list->div_width, list->div_val); in lgm_clk_register_fixed() 200 u8 width = list->div_width; in lgm_clk_register_divider() 252 list->div_width, list->div_val); in lgm_clk_register_fixed_factor()
|
/linux-6.3-rc2/drivers/clk/mediatek/ |
A D | clk-mtk.h | 191 unsigned char div_width; member 202 .div_width = _width, \
|
A D | clk-mt8167.c | 664 .div_width = _width, \ 694 .div_width = _width, \
|
A D | clk-mt8516.c | 474 .div_width = _width, \
|
A D | clk-mtk.c | 418 mcd->div_width, mcd->clk_divider_flags, lock); in mtk_clk_register_dividers()
|
A D | clk-mt8365.c | 556 .div_width = _width, \
|
/linux-6.3-rc2/drivers/clk/socfpga/ |
A D | clk-gate-s10.c | 152 socfpga_clk->width = clks->div_width; in s10_register_gate() 210 socfpga_clk->width = clks->div_width; in agilex_register_gate()
|
A D | stratix10-clk.h | 68 u8 div_width; member
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk-bm1880.c | 121 s8 div_width; member 153 .div_width = _div_width, \ 813 div_hws->div.width = clks->div_width; in bm1880_clk_register_composite()
|
A D | clk-k210.c | 37 u8 div_width; member 57 .div_width = (_width), \ 759 div_val = (reg >> cfg->div_shift) & GENMASK(cfg->div_width - 1, 0); in k210_clk_get_rate()
|
Completed in 36 milliseconds