Searched refs:dotpll (Results 1 – 5 of 5) sorted by relevance
126 u64 dotpll, sys_rstpll; in gx_set_dclk_frequency() local150 rdmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()153 dotpll &= 0x00000000ffffffffull; in gx_set_dclk_frequency()154 dotpll |= (u64)pll_table[best_i].dotpll_value << 32; in gx_set_dclk_frequency()155 dotpll |= MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dclk_frequency()156 dotpll &= ~MSR_GLCP_DOTPLL_BYPASS; in gx_set_dclk_frequency()158 wrmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()169 dotpll &= ~(MSR_GLCP_DOTPLL_DOTRESET); in gx_set_dclk_frequency()170 wrmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()174 rdmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()[all …]
31 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in gx_save_regs()179 gx_set_dotpll((uint32_t) (par->msr.dotpll >> 32)); in gx_restore_regs()
34 uint64_t dotpll; member
31 uint64_t dotpll; member
593 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in lx_save_regs()754 lx_set_dotpll((u32) (par->msr.dotpll >> 32)); in lx_restore_regs()