Searched refs:dotpll (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/ |
H A D | video_gx.c | 122 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 D | suspend_gx.c | 25 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 D | gxfb.h | 29 uint64_t dotpll; member
|
H A D | lxfb.h | 37 uint64_t dotpll; member
|
H A D | lxfb_ops.c | 595 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in lx_save_regs() 766 lx_set_dotpll((u32) (par->msr.dotpll >> 32)); in lx_restore_regs()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/ |
H A D | video_gx.c | 122 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 D | suspend_gx.c | 25 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 D | gxfb.h | 29 uint64_t dotpll; member
|
H A D | lxfb.h | 37 uint64_t dotpll; member
|
H A D | lxfb_ops.c | 595 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in lx_save_regs() 767 lx_set_dotpll((u32) (par->msr.dotpll >> 32)); in lx_restore_regs()
|
Completed in 7 milliseconds