Searched refs:dotpll (Results 1 – 5 of 5) sorted by relevance
122 u64 dotpll, sys_rstpll; in gx_set_dclk_frequency() local146 rdmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()149 dotpll &= 0x00000000ffffffffull; in gx_set_dclk_frequency()150 dotpll |= (u64)pll_table[best_i].dotpll_value << 32; in gx_set_dclk_frequency()151 dotpll |= MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dclk_frequency()152 dotpll &= ~MSR_GLCP_DOTPLL_BYPASS; in gx_set_dclk_frequency()154 wrmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()165 dotpll &= ~(MSR_GLCP_DOTPLL_DOTRESET); in gx_set_dclk_frequency()166 wrmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()170 rdmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()[all …]
25 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in gx_save_regs()173 gx_set_dotpll((uint32_t) (par->msr.dotpll >> 32)); in gx_restore_regs()
29 uint64_t dotpll; member
37 uint64_t dotpll; member
595 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in lx_save_regs()767 lx_set_dotpll((u32) (par->msr.dotpll >> 32)); in lx_restore_regs()