Searched refs:dsp_on_off (Results 1 – 3 of 3) sorted by relevance
199 pll->dsp_on_off = (dsp_on << 16) + dsp_off; in aty_dsp_gt()203 __func__, pll->dsp_config, pll->dsp_on_off); in aty_dsp_gt()359 aty_st_le32(DSP_ON_OFF, pll->ct.dsp_on_off, par); in aty_set_pll_ct()395 pll->ct.dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_get_pll_ct()404 u32 dsp_config, dsp_on_off, vga_dsp_config, vga_dsp_on_off; in aty_init_pll_ct() local490 dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_init_pll_ct()498 if ((!dsp_on_off && !M64_HAS(RESET_3D)) || in aty_init_pll_ct()499 ((dsp_on_off == vga_dsp_on_off) && in aty_init_pll_ct()
94 u32 dsp_on_off; /* Mach64 GTB DSP */ member
1858 u32 dsp_on_off = pll->ct.dsp_on_off; in atyfb_ioctl() local1870 clk.dsp_off = dsp_on_off & 0x7ff; in atyfb_ioctl()1871 clk.dsp_on = (dsp_on_off >> 16) & 0x7ff; in atyfb_ioctl()1896 pll->ct.dsp_on_off = (clk.dsp_off & 0x7ff) | in atyfb_ioctl()