Searched refs:dsp_on_off (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 199 pll->dsp_on_off = (dsp_on << 16) + dsp_off; aty_dsp_gt() 202 printk("atyfb(%s): dsp_config 0x%08x, dsp_on_off 0x%08x\n", aty_dsp_gt() 203 __func__, pll->dsp_config, pll->dsp_on_off); aty_dsp_gt() 359 aty_st_le32(DSP_ON_OFF, pll->ct.dsp_on_off, par); aty_set_pll_ct() 395 pll->ct.dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); aty_get_pll_ct() 404 u32 dsp_config, dsp_on_off, vga_dsp_config, vga_dsp_on_off; aty_init_pll_ct() local 490 dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); aty_init_pll_ct() 498 if ((!dsp_on_off && !M64_HAS(RESET_3D)) || aty_init_pll_ct() 499 ((dsp_on_off == vga_dsp_on_off) && aty_init_pll_ct()
|
H A D | atyfb.h | 94 u32 dsp_on_off; /* Mach64 GTB DSP */ member in struct:pll_ct
|
H A D | atyfb_base.c | 1858 u32 dsp_on_off = pll->ct.dsp_on_off; atyfb_ioctl() local 1870 clk.dsp_off = dsp_on_off & 0x7ff; atyfb_ioctl() 1871 clk.dsp_on = (dsp_on_off >> 16) & 0x7ff; atyfb_ioctl() 1896 pll->ct.dsp_on_off = (clk.dsp_off & 0x7ff) | atyfb_ioctl()
|
Completed in 174 milliseconds