sys_rstpll        122 drivers/video/fbdev/geode/video_gx.c 	u64 dotpll, sys_rstpll;
sys_rstpll        145 drivers/video/fbdev/geode/video_gx.c 	rdmsrl(MSR_GLCP_SYS_RSTPLL, sys_rstpll);
sys_rstpll        157 drivers/video/fbdev/geode/video_gx.c 	sys_rstpll &= ~( MSR_GLCP_SYS_RSTPLL_DOTPREDIV2
sys_rstpll        160 drivers/video/fbdev/geode/video_gx.c 	sys_rstpll |= pll_table[best_i].sys_rstpll_bits;
sys_rstpll        162 drivers/video/fbdev/geode/video_gx.c 	wrmsrl(MSR_GLCP_SYS_RSTPLL, sys_rstpll);