Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/geode/
Dvideo_gx.c126 u64 dotpll, sys_rstpll; in gx_set_dclk_frequency() local
149 rdmsrl(MSR_GLCP_SYS_RSTPLL, sys_rstpll); in gx_set_dclk_frequency()
161 sys_rstpll &= ~( MSR_GLCP_SYS_RSTPLL_DOTPREDIV2 in gx_set_dclk_frequency()
164 sys_rstpll |= pll_table[best_i].sys_rstpll_bits; in gx_set_dclk_frequency()
166 wrmsrl(MSR_GLCP_SYS_RSTPLL, sys_rstpll); in gx_set_dclk_frequency()