dotpll_hi 126 drivers/video/fbdev/geode/lxfb_ops.c u32 dotpll_lo, dotpll_hi; dotpll_hi 129 drivers/video/fbdev/geode/lxfb_ops.c rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); dotpll_hi 131 drivers/video/fbdev/geode/lxfb_ops.c if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) dotpll_hi 134 drivers/video/fbdev/geode/lxfb_ops.c dotpll_hi = pllval; dotpll_hi 138 drivers/video/fbdev/geode/lxfb_ops.c wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); dotpll_hi 147 drivers/video/fbdev/geode/lxfb_ops.c rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); dotpll_hi 155 drivers/video/fbdev/geode/lxfb_ops.c wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); dotpll_hi 43 drivers/video/fbdev/geode/suspend_gx.c static void gx_set_dotpll(uint32_t dotpll_hi) dotpll_hi 51 drivers/video/fbdev/geode/suspend_gx.c wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); dotpll_hi 63 drivers/video/fbdev/geode/suspend_gx.c wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi);