dotpll_lo         126 drivers/video/fbdev/geode/lxfb_ops.c 	u32 dotpll_lo, dotpll_hi;
dotpll_lo         129 drivers/video/fbdev/geode/lxfb_ops.c 	rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi);
dotpll_lo         131 drivers/video/fbdev/geode/lxfb_ops.c 	if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval))
dotpll_lo         135 drivers/video/fbdev/geode/lxfb_ops.c 	dotpll_lo &= ~(MSR_GLCP_DOTPLL_BYPASS | MSR_GLCP_DOTPLL_HALFPIX);
dotpll_lo         136 drivers/video/fbdev/geode/lxfb_ops.c 	dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET;
dotpll_lo         138 drivers/video/fbdev/geode/lxfb_ops.c 	wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi);
dotpll_lo         147 drivers/video/fbdev/geode/lxfb_ops.c 		rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi);
dotpll_lo         148 drivers/video/fbdev/geode/lxfb_ops.c 		if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK)
dotpll_lo         154 drivers/video/fbdev/geode/lxfb_ops.c 	dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET;
dotpll_lo         155 drivers/video/fbdev/geode/lxfb_ops.c 	wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi);
dotpll_lo          45 drivers/video/fbdev/geode/suspend_gx.c 	uint32_t dotpll_lo;
dotpll_lo          48 drivers/video/fbdev/geode/suspend_gx.c 	rdmsrl(MSR_GLCP_DOTPLL, dotpll_lo);
dotpll_lo          49 drivers/video/fbdev/geode/suspend_gx.c 	dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET;
dotpll_lo          50 drivers/video/fbdev/geode/suspend_gx.c 	dotpll_lo &= ~MSR_GLCP_DOTPLL_BYPASS;
dotpll_lo          51 drivers/video/fbdev/geode/suspend_gx.c 	wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi);
dotpll_lo          55 drivers/video/fbdev/geode/suspend_gx.c 		rdmsrl(MSR_GLCP_DOTPLL, dotpll_lo);
dotpll_lo          56 drivers/video/fbdev/geode/suspend_gx.c 		if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK)
dotpll_lo          62 drivers/video/fbdev/geode/suspend_gx.c 	dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET;
dotpll_lo          63 drivers/video/fbdev/geode/suspend_gx.c 	wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi);