Searched refs:MSR_GLCP_DOTPLL_LOCK (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/geode/
H A Dgxfb.h349 #define MSR_GLCP_DOTPLL_LOCK (1 << 25) /* r/o */ macro
H A Dsuspend_gx.c60 if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK) gx_set_dotpll()
H A Dlxfb.h428 #define MSR_GLCP_DOTPLL_LOCK (1 << 25) /* r/o */ macro
H A Dvideo_gx.c175 } while (timeout-- && !(dotpll & MSR_GLCP_DOTPLL_LOCK)); gx_set_dclk_frequency()
H A Dlxfb_ops.c135 if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) lx_set_dotpll()
152 if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK) lx_set_dotpll()

Completed in 116 milliseconds