Lines Matching refs:pllctl
1304 unsigned int pllctl; in hw_pll_init() local
1310 pllctl = 0x20C00000; in hw_pll_init()
1311 set_field(&pllctl, PLLCTL_B, 0); in hw_pll_init()
1312 set_field(&pllctl, PLLCTL_FD, 48000 == rsr ? 16 - 4 : 147 - 4); in hw_pll_init()
1313 set_field(&pllctl, PLLCTL_RD, 48000 == rsr ? 1 - 1 : 10 - 1); in hw_pll_init()
1314 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init()
1317 pllctl = hw_read_20kx(hw, PLL_CTL); in hw_pll_init()
1318 set_field(&pllctl, PLLCTL_FD, 48000 == rsr ? 16 - 2 : 147 - 2); in hw_pll_init()
1319 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init()
1328 get_field(pllctl, PLLCTL_B)) in hw_pll_init()
1332 get_field(pllctl, PLLCTL_SRC)) in hw_pll_init()
1336 get_field(pllctl, PLLCTL_RD)) in hw_pll_init()
1340 get_field(pllctl, PLLCTL_FD)) in hw_pll_init()