Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/uniphier/
Dclk-uniphier.h118 #define UNIPHIER_CLK_DIV4(parent, div0, div1, div2, div3) \ argument
120 UNIPHIER_CLK_DIV2(parent, div2, div3)
122 #define UNIPHIER_CLK_DIV5(parent, div0, div1, div2, div3, div4) \ argument
123 UNIPHIER_CLK_DIV4(parent, div0, div1, div2, div3), \
/Linux-v6.1/drivers/video/fbdev/aty/
Daty128fb.c1322 u32 div3; in aty128_set_pll() local
1341 div3 = aty_ld_pll(PPLL_DIV_3); in aty128_set_pll()
1342 div3 &= ~PPLL_FB3_DIV_MASK; in aty128_set_pll()
1343 div3 |= pll->feedback_divider; in aty128_set_pll()
1344 div3 &= ~PPLL_POST3_DIV_MASK; in aty128_set_pll()
1345 div3 |= post_conv[pll->post_divider] << 16; in aty128_set_pll()
1349 aty_st_pll(PPLL_DIV_3, div3); in aty128_set_pll()
/Linux-v6.1/sound/soc/codecs/
Dda7210.c216 u8 div3; member
1006 pll_div3 = da7210_pll_div[cnt].div3; in da7210_set_dai_pll()