Searched refs:dotpll_lo (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/geode/
H A Dsuspend_gx.c49 uint32_t dotpll_lo; gx_set_dotpll() local
52 rdmsrl(MSR_GLCP_DOTPLL, dotpll_lo); gx_set_dotpll()
53 dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET; gx_set_dotpll()
54 dotpll_lo &= ~MSR_GLCP_DOTPLL_BYPASS; gx_set_dotpll()
55 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); gx_set_dotpll()
59 rdmsrl(MSR_GLCP_DOTPLL, dotpll_lo); gx_set_dotpll()
60 if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK) gx_set_dotpll()
66 dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET; gx_set_dotpll()
67 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); gx_set_dotpll()
H A Dlxfb_ops.c130 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()
139 dotpll_lo &= ~(MSR_GLCP_DOTPLL_BYPASS | MSR_GLCP_DOTPLL_HALFPIX); lx_set_dotpll()
140 dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET; 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()
152 if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK) lx_set_dotpll()
158 dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET; lx_set_dotpll()
159 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); lx_set_dotpll()

Completed in 84 milliseconds