Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Dlxfb_ops.c126 u32 dotpll_lo, dotpll_hi; in lx_set_dotpll() local
129 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
131 if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) in lx_set_dotpll()
134 dotpll_hi = pllval; in lx_set_dotpll()
138 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
147 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
155 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()