Searched refs:dsp_on_off (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 200 pll->dsp_on_off = (dsp_on << 16) + dsp_off; in aty_dsp_gt() 203 printk("atyfb(%s): dsp_config 0x%08x, dsp_on_off 0x%08x\n", in aty_dsp_gt() 204 __func__, pll->dsp_config, pll->dsp_on_off); in aty_dsp_gt() 360 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() 405 u32 dsp_config, dsp_on_off, vga_dsp_config, vga_dsp_on_off; in aty_init_pll_ct() local 491 dsp_on_off = aty_ld_le32(DSP_ON_OFF, par); in aty_init_pll_ct() 499 if ((!dsp_on_off && !M64_HAS(RESET_3D)) || in aty_init_pll_ct() 500 ((dsp_on_off == vga_dsp_on_off) && in aty_init_pll_ct()
|
H A D | atyfb.h | 95 u32 dsp_on_off; /* Mach64 GTB DSP */ member
|
H A D | atyfb_base.c | 1852 u32 dsp_on_off = pll->ct.dsp_on_off; in atyfb_ioctl() local 1864 clk.dsp_off = dsp_on_off & 0x7ff; in atyfb_ioctl() 1865 clk.dsp_on = (dsp_on_off >> 16) & 0x7ff; in atyfb_ioctl() 1890 pll->ct.dsp_on_off = (clk.dsp_off & 0x7ff) | in atyfb_ioctl()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 198 pll->dsp_on_off = (dsp_on << 16) + dsp_off; in aty_dsp_gt() 201 printk("atyfb(%s): dsp_config 0x%08x, dsp_on_off 0x%08x\n", 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 D | atyfb.h | 97 u32 dsp_on_off; /* Mach64 GTB DSP */ member
|
H A D | atyfb_base.c | 1862 u32 dsp_on_off = pll->ct.dsp_on_off; in atyfb_ioctl() local 1874 clk.dsp_off = dsp_on_off & 0x7ff; in atyfb_ioctl() 1875 clk.dsp_on = (dsp_on_off >> 16) & 0x7ff; in atyfb_ioctl() 1900 pll->ct.dsp_on_off = (clk.dsp_off & 0x7ff) | in atyfb_ioctl()
|
Completed in 12 milliseconds