Searched refs:dotpll_hi (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/geode/ |
H A D | suspend_gx.c | 47 static void gx_set_dotpll(uint32_t dotpll_hi) gx_set_dotpll() argument 55 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); gx_set_dotpll() 67 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); gx_set_dotpll()
|
H A D | lxfb_ops.c | 130 u32 dotpll_lo, dotpll_hi; lx_set_dotpll() local 133 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); lx_set_dotpll() 135 if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) lx_set_dotpll() 138 dotpll_hi = pllval; lx_set_dotpll() 142 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); lx_set_dotpll() 151 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); lx_set_dotpll() 159 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); lx_set_dotpll()
|
Completed in 106 milliseconds