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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Dvideo_gx.c126 u64 dotpll, sys_rstpll; local
149 rdmsrl(MSR_GLCP_SYS_RSTPLL, sys_rstpll);
161 sys_rstpll &= ~( MSR_GLCP_SYS_RSTPLL_DOTPREDIV2
164 sys_rstpll |= pll_table[best_i].sys_rstpll_bits;
166 wrmsrl(MSR_GLCP_SYS_RSTPLL, sys_rstpll);

Completed in 97 milliseconds