Home
last modified time | relevance | path

Searched refs:dsp_config (Results 1 – 17 of 17) sorted by relevance

/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/src/
H A Datidsp.c45 CARD32 IOValue, dsp_config, dsp_on_off, vga_dsp_config, vga_dsp_on_off; in ATIDSPPreInit() local
154 dsp_config = inr(DSP_CONFIG); in ATIDSPPreInit()
159 if (dsp_config) in ATIDSPPreInit()
160 pATI->DisplayLoopLatency = GetBits(dsp_config, DSP_LOOP_LATENCY); in ATIDSPPreInit()
164 (!dsp_config || !((dsp_config ^ vga_dsp_config) & DSP_XCLKS_PER_QW)))) in ATIDSPPreInit()
190 pATIHW->dsp_config = inr(DSP_CONFIG); in ATIDSPSave()
283 pATIHW->dsp_config = SetBits(dsp_precision, DSP_PRECISION) | in ATIDSPCalculate()
301 outr(DSP_CONFIG, pATIHW->dsp_config); in ATIDSPSet()
H A Datistruct.h124 crtc_off_pitch, crtc_gen_cntl, dsp_config, dsp_on_off, mem_buf_cntl, member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Dmach64_ct.c201 pll->dsp_config = (dsp_precision << 20) | (pll->dsp_loop_latency << 16) | dsp_xclks; in aty_dsp_gt()
204 __func__, pll->dsp_config, pll->dsp_on_off); in aty_dsp_gt()
362 aty_st_le32(DSP_CONFIG, pll->ct.dsp_config, par); in aty_set_pll_ct()
398 pll->ct.dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_get_pll_ct()
408 u32 dsp_config; in aty_init_pll_ct() local
493 dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_init_pll_ct()
498 if (dsp_config) in aty_init_pll_ct()
499 pll->ct.dsp_loop_latency = (dsp_config & DSP_LOOP_LATENCY) >> 16; in aty_init_pll_ct()
504 (!dsp_config || !((dsp_config ^ vga_dsp_config) & DSP_XCLKS_PER_QW)))) { in aty_init_pll_ct()
H A Datyfb.h94 u32 dsp_config; /* Mach64 GTB DSP */ member
H A Datyfb_base.c1861 u32 dsp_config = pll->ct.dsp_config; in atyfb_ioctl() local
1871 clk.dsp_xclks_per_row = dsp_config & 0x3fff; in atyfb_ioctl()
1872 clk.dsp_loop_latency = (dsp_config >> 16) & 0xf; in atyfb_ioctl()
1873 clk.dsp_precision = (dsp_config >> 20) & 7; in atyfb_ioctl()
1897 pll->ct.dsp_config = (clk.dsp_xclks_per_row & 0x3fff) | in atyfb_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Dmach64_ct.c201 pll->dsp_config = (dsp_precision << 20) | (pll->dsp_loop_latency << 16) | dsp_xclks; in aty_dsp_gt()
204 __func__, pll->dsp_config, pll->dsp_on_off); in aty_dsp_gt()
362 aty_st_le32(DSP_CONFIG, pll->ct.dsp_config, par); in aty_set_pll_ct()
398 pll->ct.dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_get_pll_ct()
408 u32 dsp_config; in aty_init_pll_ct() local
493 dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_init_pll_ct()
498 if (dsp_config) in aty_init_pll_ct()
499 pll->ct.dsp_loop_latency = (dsp_config & DSP_LOOP_LATENCY) >> 16; in aty_init_pll_ct()
504 (!dsp_config || !((dsp_config ^ vga_dsp_config) & DSP_XCLKS_PER_QW)))) { in aty_init_pll_ct()
H A Datyfb.h94 u32 dsp_config; /* Mach64 GTB DSP */ member
H A Datyfb_base.c1861 u32 dsp_config = pll->ct.dsp_config; in atyfb_ioctl() local
1871 clk.dsp_xclks_per_row = dsp_config & 0x3fff; in atyfb_ioctl()
1872 clk.dsp_loop_latency = (dsp_config >> 16) & 0xf; in atyfb_ioctl()
1873 clk.dsp_precision = (dsp_config >> 20) & 7; in atyfb_ioctl()
1897 pll->ct.dsp_config = (clk.dsp_xclks_per_row & 0x3fff) | in atyfb_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Dmach64_ct.c201 pll->dsp_config = (dsp_precision << 20) | (pll->dsp_loop_latency << 16) | dsp_xclks; in aty_dsp_gt()
204 __func__, pll->dsp_config, pll->dsp_on_off); in aty_dsp_gt()
362 aty_st_le32(DSP_CONFIG, pll->ct.dsp_config, par); in aty_set_pll_ct()
398 pll->ct.dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_get_pll_ct()
408 u32 dsp_config; in aty_init_pll_ct() local
493 dsp_config = aty_ld_le32(DSP_CONFIG, par); in aty_init_pll_ct()
498 if (dsp_config) in aty_init_pll_ct()
499 pll->ct.dsp_loop_latency = (dsp_config & DSP_LOOP_LATENCY) >> 16; in aty_init_pll_ct()
504 (!dsp_config || !((dsp_config ^ vga_dsp_config) & DSP_XCLKS_PER_QW)))) { in aty_init_pll_ct()
H A Datyfb.h94 u32 dsp_config; /* Mach64 GTB DSP */ member
H A Datyfb_base.c1861 u32 dsp_config = pll->ct.dsp_config; in atyfb_ioctl() local
1871 clk.dsp_xclks_per_row = dsp_config & 0x3fff; in atyfb_ioctl()
1872 clk.dsp_loop_latency = (dsp_config >> 16) & 0xf; in atyfb_ioctl()
1873 clk.dsp_precision = (dsp_config >> 20) & 7; in atyfb_ioctl()
1897 pll->ct.dsp_config = (clk.dsp_xclks_per_row & 0x3fff) | in atyfb_ioctl()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dcojag.c794 static struct jaguar_config dsp_config = variable
812 MDRV_CPU_CONFIG(dsp_config) in MDRV_CPU_CONFIG()
856 MDRV_CPU_CONFIG(dsp_config) in MDRV_CPU_CONFIG()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dcojag.c794 static struct jaguar_config dsp_config = variable
812 MDRV_CPU_CONFIG(dsp_config) in MDRV_CPU_CONFIG()
856 MDRV_CPU_CONFIG(dsp_config) in MDRV_CPU_CONFIG()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/codecs/
H A Dwm8903.c1448 int dsp_config; in wm8903_hw_params() local
1468 dsp_config = 0; in wm8903_hw_params()
1469 best_val = abs(sample_rates[dsp_config].rate - fs); in wm8903_hw_params()
1473 dsp_config = i; in wm8903_hw_params()
1478 dev_dbg(component->dev, "DSP fs = %dHz\n", sample_rates[dsp_config].rate); in wm8903_hw_params()
1480 clock1 |= sample_rates[dsp_config].value; in wm8903_hw_params()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/codecs/
H A Dwm8903.c1448 int dsp_config; in wm8903_hw_params() local
1468 dsp_config = 0; in wm8903_hw_params()
1469 best_val = abs(sample_rates[dsp_config].rate - fs); in wm8903_hw_params()
1473 dsp_config = i; in wm8903_hw_params()
1478 dev_dbg(component->dev, "DSP fs = %dHz\n", sample_rates[dsp_config].rate); in wm8903_hw_params()
1480 clock1 |= sample_rates[dsp_config].value; in wm8903_hw_params()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/codecs/
H A Dwm8903.c1448 int dsp_config; in wm8903_hw_params() local
1468 dsp_config = 0; in wm8903_hw_params()
1469 best_val = abs(sample_rates[dsp_config].rate - fs); in wm8903_hw_params()
1473 dsp_config = i; in wm8903_hw_params()
1478 dev_dbg(component->dev, "DSP fs = %dHz\n", sample_rates[dsp_config].rate); in wm8903_hw_params()
1480 clock1 |= sample_rates[dsp_config].value; in wm8903_hw_params()
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Drage.c403 dsp_config, dsp_on_off, member
777 save->dsp_config=inl(ATIIOPortDSP_CONFIG); in rage_saveregs()
848 outl(ATIIOPortDSP_CONFIG, restore->dsp_config); in rage_setregs()
1247 ATINewHWPtr->dsp_config = SetBits(dsp_precision, DSP_PRECISION) | in rage_initializemode()