Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Dsuspend_gx.c25 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in gx_save_regs()
46 rdmsrl(MSR_GLCP_DOTPLL, dotpll_lo); in gx_set_dotpll()
49 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in gx_set_dotpll()
53 rdmsrl(MSR_GLCP_DOTPLL, dotpll_lo); in gx_set_dotpll()
61 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in gx_set_dotpll()
H A Dvideo_gx.c146 rdmsrl(MSR_GLCP_DOTPLL, dotpll); in gx_set_dclk_frequency()
154 wrmsrl(MSR_GLCP_DOTPLL, dotpll); 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()
H A Dlxfb_ops.c129 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
138 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
147 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
155 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
595 rdmsrl(MSR_GLCP_DOTPLL, par->msr.dotpll); in lx_save_regs()
/openbmc/linux/include/linux/
H A Dcs5535.h20 #define MSR_GLCP_DOTPLL 0x4C000015 macro