Home
last modified time | relevance | path

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

/drivers/video/geode/
Dvideo_gx.c126 u64 dotpll, sys_rstpll; in gx_set_dclk_frequency() local
150 rdmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()
153 dotpll &= 0x00000000ffffffffull; in gx_set_dclk_frequency()
154 dotpll |= (u64)pll_table[best_i].dotpll_value << 32; in gx_set_dclk_frequency()
155 dotpll |= MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dclk_frequency()
156 dotpll &= ~MSR_GLCP_DOTPLL_BYPASS; in gx_set_dclk_frequency()
158 wrmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()
169 dotpll &= ~(MSR_GLCP_DOTPLL_DOTRESET); in gx_set_dclk_frequency()
170 wrmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()
174 rdmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()
[all …]
Dsuspend_gx.c31 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in gx_save_regs()
179 gx_set_dotpll((uint32_t) (par->msr.dotpll >> 32)); in gx_restore_regs()
Dgxfb.h34 uint64_t dotpll; member
Dlxfb.h31 uint64_t dotpll; member
Dlxfb_ops.c593 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in lx_save_regs()
754 lx_set_dotpll((u32) (par->msr.dotpll >> 32)); in lx_restore_regs()