Searched refs:pllctl (Results 1 – 2 of 2) sorted by relevance
/sound/pci/ctxfi/ |
D | cthw20k2.c | 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() [all …]
|
D | cthw20k1.c | 1318 unsigned int pllctl; in hw_pll_init() local 1321 pllctl = (48000 == rsr) ? 0x1480a001 : 0x1480a731; in hw_pll_init() 1323 if (hw_read_20kx(hw, PLLCTL) == pllctl) in hw_pll_init() 1326 hw_write_20kx(hw, PLLCTL, pllctl); in hw_pll_init()
|