Home
last modified time | relevance | path

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

/linux/drivers/clk/hisilicon/
H A Dclk-hi3559a.c35 const u8 postdiv2_width; member
52 u8 postdiv2_width; member
388 val &= ~(((1 << clk->postdiv2_width) - 1) << clk->postdiv2_shift); in clk_pll_set_rate()
427 val &= ((1 << clk->postdiv2_width) - 1); in clk_pll_recalc_rate()
481 p_clk->postdiv2_width = clks[i].postdiv2_width; in hisi_clk_register_pll()