Home
last modified time | relevance | path

Searched refs:dotpll_hi (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/geode/
H A Dlxfb_ops.c127 u32 dotpll_lo, dotpll_hi; in lx_set_dotpll() local
130 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
132 if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) in lx_set_dotpll()
135 dotpll_hi = pllval; in lx_set_dotpll()
139 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
148 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
156 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
H A Dsuspend_gx.c41 static void gx_set_dotpll(uint32_t dotpll_hi) in gx_set_dotpll() argument
49 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in gx_set_dotpll()
61 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in gx_set_dotpll()