Home
last modified time | relevance | path

Searched refs:MSR_GLCP_DOTPLL_DOTRESET (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/geode/
Dvideo_gx.c155 dotpll |= MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dclk_frequency()
169 dotpll &= ~(MSR_GLCP_DOTPLL_DOTRESET); in gx_set_dclk_frequency()
Dsuspend_gx.c53 dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dotpll()
66 dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dotpll()
Dgxfb.h351 #define MSR_GLCP_DOTPLL_DOTRESET (1 << 0) macro
Dlxfb.h431 #define MSR_GLCP_DOTPLL_DOTRESET (1 << 0) macro
Dlxfb_ops.c140 dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET; in lx_set_dotpll()
158 dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET; in lx_set_dotpll()