Searched refs:dotpll_lo (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/video/fbdev/geode/ |
| D | suspend_gx.c | 45 uint32_t dotpll_lo; in gx_set_dotpll() local 48 rdmsrl(MSR_GLCP_DOTPLL, dotpll_lo); in gx_set_dotpll() 49 dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dotpll() 50 dotpll_lo &= ~MSR_GLCP_DOTPLL_BYPASS; in gx_set_dotpll() 51 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in gx_set_dotpll() 55 rdmsrl(MSR_GLCP_DOTPLL, dotpll_lo); in gx_set_dotpll() 56 if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK) in gx_set_dotpll() 62 dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET; in gx_set_dotpll() 63 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in gx_set_dotpll()
|
| D | lxfb_ops.c | 126 u32 dotpll_lo, dotpll_hi; in lx_set_dotpll() local 129 rdmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll() 131 if ((dotpll_lo & MSR_GLCP_DOTPLL_LOCK) && (dotpll_hi == pllval)) in lx_set_dotpll() 135 dotpll_lo &= ~(MSR_GLCP_DOTPLL_BYPASS | MSR_GLCP_DOTPLL_HALFPIX); in lx_set_dotpll() 136 dotpll_lo |= MSR_GLCP_DOTPLL_DOTRESET; 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() 148 if (dotpll_lo & MSR_GLCP_DOTPLL_LOCK) in lx_set_dotpll() 154 dotpll_lo &= ~MSR_GLCP_DOTPLL_DOTRESET; in lx_set_dotpll() 155 wrmsr(MSR_GLCP_DOTPLL, dotpll_lo, dotpll_hi); in lx_set_dotpll()
|