Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Dvideo_gx.c122 u64 dotpll, sys_rstpll; in gx_set_dclk_frequency() local
145 rdmsrl(MSR_GLCP_SYS_RSTPLL, sys_rstpll); in gx_set_dclk_frequency()
157 sys_rstpll &= ~( MSR_GLCP_SYS_RSTPLL_DOTPREDIV2 in gx_set_dclk_frequency()
160 sys_rstpll |= pll_table[best_i].sys_rstpll_bits; in gx_set_dclk_frequency()
162 wrmsrl(MSR_GLCP_SYS_RSTPLL, sys_rstpll); in gx_set_dclk_frequency()