Searched full:bwadj (Results 1 – 5 of 5) sorted by relevance
63 u32 pllm, plld, bwadj; in configure_mult_div() local76 /* Program BWADJ */ in configure_mult_div()77 bwadj = (data->pll_m - 1) >> 1; /* Divide pllm by 2 */ in configure_mult_div()80 (bwadj << CFG_PLLCTL0_BWADJ_SHIFT) & in configure_mult_div()82 bwadj = bwadj >> CFG_PLLCTL0_BWADJ_BITS; in configure_mult_div()84 CFG_PLLCTL1_BWADJ_MASK, bwadj); in configure_mult_div()
68 BWADJ--->72 output clock, BWADJ is the PLL bandwidth adjustment parameter. At this moment
23 /* clkr: 4bits, clkf1: 6bits, clkod: 4bits, bwadj: 4bits */
1399 * BWADJ value
269 * BWADJ should be set to NF / 2 to ensure the nominal bandwidth. in rkclk_set_pll()