Searched refs:dotpll (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/geode/
H A Dvideo_gx.c126 u64 dotpll, sys_rstpll; gx_set_dclk_frequency() local
150 rdmsrl(MSR_GLCP_DOTPLL, dotpll); gx_set_dclk_frequency()
153 dotpll &= 0x00000000ffffffffull; gx_set_dclk_frequency()
154 dotpll |= (u64)pll_table[best_i].dotpll_value << 32; gx_set_dclk_frequency()
155 dotpll |= MSR_GLCP_DOTPLL_DOTRESET; gx_set_dclk_frequency()
156 dotpll &= ~MSR_GLCP_DOTPLL_BYPASS; gx_set_dclk_frequency()
158 wrmsrl(MSR_GLCP_DOTPLL, dotpll); gx_set_dclk_frequency()
169 dotpll &= ~(MSR_GLCP_DOTPLL_DOTRESET); gx_set_dclk_frequency()
170 wrmsrl(MSR_GLCP_DOTPLL, dotpll); gx_set_dclk_frequency()
174 rdmsrl(MSR_GLCP_DOTPLL, dotpll); gx_set_dclk_frequency()
175 } while (timeout-- && !(dotpll & MSR_GLCP_DOTPLL_LOCK)); gx_set_dclk_frequency()
H A Dsuspend_gx.c31 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); gx_save_regs()
179 gx_set_dotpll((uint32_t) (par->msr.dotpll >> 32)); gx_restore_regs()
H A Dgxfb.h34 uint64_t dotpll; member in struct:gxfb_par::__anon11120
H A Dlxfb.h42 uint64_t dotpll; member in struct:lxfb_par::__anon11121
H A Dlxfb_ops.c601 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); lx_save_regs()
772 lx_set_dotpll((u32) (par->msr.dotpll >> 32)); lx_restore_regs()

Completed in 89 milliseconds