Lines Matching refs:pllctl
1313 unsigned int pllctl; in hw_pll_init() local
1319 pllctl = 0x20C00000; in hw_pll_init()
1320 set_field(&pllctl, PLLCTL_B, 0); in hw_pll_init()
1321 set_field(&pllctl, PLLCTL_FD, 48000 == rsr ? 16 - 4 : 147 - 4); in hw_pll_init()
1322 set_field(&pllctl, PLLCTL_RD, 48000 == rsr ? 1 - 1 : 10 - 1); in hw_pll_init()
1323 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init()
1326 pllctl = hw_read_20kx(hw, PLL_CTL); in hw_pll_init()
1327 set_field(&pllctl, PLLCTL_FD, 48000 == rsr ? 16 - 2 : 147 - 2); in hw_pll_init()
1328 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init()
1337 get_field(pllctl, PLLCTL_B)) in hw_pll_init()
1341 get_field(pllctl, PLLCTL_SRC)) in hw_pll_init()
1345 get_field(pllctl, PLLCTL_RD)) in hw_pll_init()
1349 get_field(pllctl, PLLCTL_FD)) in hw_pll_init()