Home
last modified time | relevance | path

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

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