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