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()396 pll->ct.dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_get_pll_ct()406 u32 dsp_config, dsp_on_off, vga_dsp_config, vga_dsp_on_off; in aty_init_pll_ct() local492 dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_init_pll_ct()500 if ((!dsp_on_off && !M64_HAS(RESET_3D)) || in aty_init_pll_ct()501 ((dsp_on_off == vga_dsp_on_off) && in aty_init_pll_ct()
94 u32 dsp_on_off; /* Mach64 GTB DSP */ member
1782 u32 dsp_on_off = pll->ct.dsp_on_off; in atyfb_ioctl() local1794 clk.dsp_off = dsp_on_off & 0x7ff; in atyfb_ioctl()1795 clk.dsp_on = (dsp_on_off >> 16) & 0x7ff; in atyfb_ioctl()1818 pll->ct.dsp_on_off = (clk.dsp_off & 0x7ff) | ((clk.dsp_on & 0x7ff)<<16); in atyfb_ioctl()