Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/aty/
H A Dmach64_ct.c198 pll->dsp_on_off = (dsp_on << 16) + dsp_off; in aty_dsp_gt()
202 __func__, pll->dsp_config, pll->dsp_on_off); in aty_dsp_gt()
361 aty_st_le32(DSP_ON_OFF, pll->ct.dsp_on_off, par); in aty_set_pll_ct()
397 pll->ct.dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_get_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()
H A Datyfb.h97 u32 dsp_on_off; /* Mach64 GTB DSP */ member