Home
last modified time | relevance | path

Searched refs:dsp_precision (Results 1 – 9 of 9) sorted by relevance

/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/src/
H A Datidsp.c214 int dsp_precision, dsp_on, dsp_off, dsp_xclks; in ATIDSPCalculate() local
243 for (dsp_precision = -5; tmp; dsp_precision++) in ATIDSPCalculate()
245 if (dsp_precision < 0) in ATIDSPCalculate()
246 dsp_precision = 0; in ATIDSPCalculate()
247 else if (dsp_precision > Maximum_DSP_PRECISION) in ATIDSPCalculate()
248 dsp_precision = Maximum_DSP_PRECISION; in ATIDSPCalculate()
250 xshift = 6 - dsp_precision; in ATIDSPCalculate()
268 tmp = ((1 << (Maximum_DSP_PRECISION - dsp_precision)) - 1) >> 1; in ATIDSPCalculate()
283 pATIHW->dsp_config = SetBits(dsp_precision, DSP_PRECISION) | in ATIDSPCalculate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Dmach64_ct.c125 s8 dsp_precision; in aty_dsp_gt() local
162 for (dsp_precision = -5; tmp; dsp_precision++) in aty_dsp_gt()
164 if (dsp_precision < 0) in aty_dsp_gt()
165 dsp_precision = 0; in aty_dsp_gt()
166 else if (dsp_precision > Maximum_DSP_PRECISION) in aty_dsp_gt()
167 dsp_precision = Maximum_DSP_PRECISION; in aty_dsp_gt()
169 xshift = 6 - dsp_precision; in aty_dsp_gt()
188 tmp = ((1 << (Maximum_DSP_PRECISION - dsp_precision)) - 1) >> 1; in aty_dsp_gt()
201 pll->dsp_config = (dsp_precision << 20) | (pll->dsp_loop_latency << 16) | dsp_xclks; in aty_dsp_gt()
H A Datyfb_base.c1815 u32 dsp_precision; /* 0-7 */ member
1873 clk.dsp_precision = (dsp_config >> 20) & 7; in atyfb_ioctl()
1899 ((clk.dsp_precision & 7) << 20); in atyfb_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Dmach64_ct.c125 s8 dsp_precision; in aty_dsp_gt() local
162 for (dsp_precision = -5; tmp; dsp_precision++) in aty_dsp_gt()
164 if (dsp_precision < 0) in aty_dsp_gt()
165 dsp_precision = 0; in aty_dsp_gt()
166 else if (dsp_precision > Maximum_DSP_PRECISION) in aty_dsp_gt()
167 dsp_precision = Maximum_DSP_PRECISION; in aty_dsp_gt()
169 xshift = 6 - dsp_precision; in aty_dsp_gt()
188 tmp = ((1 << (Maximum_DSP_PRECISION - dsp_precision)) - 1) >> 1; in aty_dsp_gt()
201 pll->dsp_config = (dsp_precision << 20) | (pll->dsp_loop_latency << 16) | dsp_xclks; in aty_dsp_gt()
H A Datyfb_base.c1815 u32 dsp_precision; /* 0-7 */ member
1873 clk.dsp_precision = (dsp_config >> 20) & 7; in atyfb_ioctl()
1899 ((clk.dsp_precision & 7) << 20); in atyfb_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Dmach64_ct.c125 s8 dsp_precision; in aty_dsp_gt() local
162 for (dsp_precision = -5; tmp; dsp_precision++) in aty_dsp_gt()
164 if (dsp_precision < 0) in aty_dsp_gt()
165 dsp_precision = 0; in aty_dsp_gt()
166 else if (dsp_precision > Maximum_DSP_PRECISION) in aty_dsp_gt()
167 dsp_precision = Maximum_DSP_PRECISION; in aty_dsp_gt()
169 xshift = 6 - dsp_precision; in aty_dsp_gt()
188 tmp = ((1 << (Maximum_DSP_PRECISION - dsp_precision)) - 1) >> 1; in aty_dsp_gt()
201 pll->dsp_config = (dsp_precision << 20) | (pll->dsp_loop_latency << 16) | dsp_xclks; in aty_dsp_gt()
H A Datyfb_base.c1815 u32 dsp_precision; /* 0-7 */ member
1873 clk.dsp_precision = (dsp_config >> 20) & 7; in atyfb_ioctl()
1899 ((clk.dsp_precision & 7) << 20); in atyfb_ioctl()
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Drage.c1116 int dsp_precision, dsp_on, dsp_off, dsp_xclks; in rage_initializemode() local
1222 for (dsp_precision = -5; tmp; dsp_precision++) in rage_initializemode()
1224 if (dsp_precision < 0) in rage_initializemode()
1225 dsp_precision = 0; in rage_initializemode()
1226 else if (dsp_precision > Maximum_DSP_PRECISION) in rage_initializemode()
1227 dsp_precision = Maximum_DSP_PRECISION; in rage_initializemode()
1229 xshift = 6 - dsp_precision; in rage_initializemode()
1247 ATINewHWPtr->dsp_config = SetBits(dsp_precision, DSP_PRECISION) | in rage_initializemode()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dmachfb.c1162 uint32_t fifo_depth, page_size, dsp_precision, dsp_loop_latency; in mach64_set_dsp() local
1182 dsp_precision = 0; in mach64_set_dsp()
1188 dsp_precision++; in mach64_set_dsp()
1190 dsp_precision -= 5; in mach64_set_dsp()
1229 dsp_xclks_per_qw = xclks_per_qw >> dsp_precision; in mach64_set_dsp()
1230 dsp_on = fifo_on >> dsp_precision; in mach64_set_dsp()
1231 dsp_off = fifo_off >> dsp_precision; in mach64_set_dsp()
1238 dsp_xclks_per_qw, dsp_on, dsp_off, dsp_precision, dsp_loop_latency, in mach64_set_dsp()
1244 regw(sc, DSP_CONFIG, ((dsp_precision << 20) & DSP_PRECISION) | in mach64_set_dsp()