Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Dvideo_gx.c122 u64 dotpll, sys_rstpll; in gx_set_dclk_frequency() local
146 rdmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()
149 dotpll &= 0x00000000ffffffffull; in gx_set_dclk_frequency()
150 dotpll |= (u64)pll_table[best_i].dotpll_value << 32; in gx_set_dclk_frequency()
151 dotpll |= MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dclk_frequency()
152 dotpll &= ~MSR_GLCP_DOTPLL_BYPASS; in gx_set_dclk_frequency()
154 wrmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()
165 dotpll &= ~(MSR_GLCP_DOTPLL_DOTRESET); in gx_set_dclk_frequency()
166 wrmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()
170 rdmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()
[all …]
H A Dsuspend_gx.c25 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in gx_save_regs()
173 gx_set_dotpll((uint32_t) (par->msr.dotpll >> 32)); in gx_restore_regs()
H A Dgxfb.h29 uint64_t dotpll; member
H A Dlxfb.h37 uint64_t dotpll; member
H A Dlxfb_ops.c595 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in lx_save_regs()
767 lx_set_dotpll((u32) (par->msr.dotpll >> 32)); in lx_restore_regs()