Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/aty/
Dmach64_ct.c405 u32 dsp_config, dsp_on_off, vga_dsp_config, vga_dsp_on_off; in aty_init_pll_ct() local
492 vga_dsp_config = aty_ld_le32(VGA_DSP_CONFIG, par); in aty_init_pll_ct()
501 (!dsp_config || !((dsp_config ^ vga_dsp_config) & DSP_XCLKS_PER_QW)))) { in aty_init_pll_ct()
503 vga_dsp_config &= VGA_DSP_XCLKS_PER_QW; in aty_init_pll_ct()
504 if (ATIDivide(vga_dsp_on_off, vga_dsp_config, 5, 1) > 24) in aty_init_pll_ct()