Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/hisilicon/
H A Dclk-hi3559a.c33 const u8 postdiv1_width; member
50 u8 postdiv1_width; member
387 val &= ~(((1 << clk->postdiv1_width) - 1) << clk->postdiv1_shift); in clk_pll_set_rate()
422 val &= ((1 << clk->postdiv1_width) - 1); in clk_pll_recalc_rate()
481 p_clk->postdiv1_width = clks[i].postdiv1_width; in hisi_clk_register_pll()