dotpll             30 drivers/video/fbdev/geode/gxfb.h 		uint64_t dotpll;
dotpll             38 drivers/video/fbdev/geode/lxfb.h 		uint64_t dotpll;
dotpll            597 drivers/video/fbdev/geode/lxfb_ops.c 	rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll);
dotpll            768 drivers/video/fbdev/geode/lxfb_ops.c 	lx_set_dotpll((u32) (par->msr.dotpll >> 32));
dotpll             27 drivers/video/fbdev/geode/suspend_gx.c 	rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll);
dotpll            175 drivers/video/fbdev/geode/suspend_gx.c 	gx_set_dotpll((uint32_t) (par->msr.dotpll >> 32));
dotpll            122 drivers/video/fbdev/geode/video_gx.c 	u64 dotpll, sys_rstpll;
dotpll            146 drivers/video/fbdev/geode/video_gx.c 	rdmsrl(MSR_GLCP_DOTPLL, dotpll);
dotpll            149 drivers/video/fbdev/geode/video_gx.c 	dotpll &= 0x00000000ffffffffull;
dotpll            150 drivers/video/fbdev/geode/video_gx.c 	dotpll |= (u64)pll_table[best_i].dotpll_value << 32;
dotpll            151 drivers/video/fbdev/geode/video_gx.c 	dotpll |= MSR_GLCP_DOTPLL_DOTRESET;
dotpll            152 drivers/video/fbdev/geode/video_gx.c 	dotpll &= ~MSR_GLCP_DOTPLL_BYPASS;
dotpll            154 drivers/video/fbdev/geode/video_gx.c 	wrmsrl(MSR_GLCP_DOTPLL, dotpll);
dotpll            165 drivers/video/fbdev/geode/video_gx.c 	dotpll &= ~(MSR_GLCP_DOTPLL_DOTRESET);
dotpll            166 drivers/video/fbdev/geode/video_gx.c 	wrmsrl(MSR_GLCP_DOTPLL, dotpll);
dotpll            170 drivers/video/fbdev/geode/video_gx.c 		rdmsrl(MSR_GLCP_DOTPLL, dotpll);
dotpll            171 drivers/video/fbdev/geode/video_gx.c 	} while (timeout-- && !(dotpll & MSR_GLCP_DOTPLL_LOCK));