Searched refs:dotpll_lo (Results 1 – 2 of 2) sorted by relevance
| /drivers/video/fbdev/geode/ |
| A D | suspend_gx.c | 43 uint32_t dotpll_lo; in gx_set_dotpll() local 46 rdmsrq(MSR_GLCP_DOTPLL, dotpll_lo); in gx_set_dotpll() 47 dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dotpll() 48 dotpll_lo &= ~MSR_GLCP_DOTPLL_BYPASS; in gx_set_dotpll() 49 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in gx_set_dotpll() 53 rdmsrq(MSR_GLCP_DOTPLL, dotpll_lo); in gx_set_dotpll() 54 if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK) in gx_set_dotpll() 60 dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dotpll() 61 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in gx_set_dotpll()
|
| A D | lxfb_ops.c | 127 u32 dotpll_lo, dotpll_hi; in lx_set_dotpll() local 130 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll() 132 if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) in lx_set_dotpll() 136 dotpll_lo &= ~(MSR_GLCP_DOTPLL_BYPASS | MSR_GLCP_DOTPLL_HALFPIX); in lx_set_dotpll() 137 dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET; in lx_set_dotpll() 139 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll() 148 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll() 149 if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK) in lx_set_dotpll() 155 dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET; in lx_set_dotpll() 156 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
|
Completed in 7 milliseconds