dsp_config 94 drivers/video/fbdev/aty/atyfb.h u32 dsp_config; /* Mach64 GTB DSP */ dsp_config 1846 drivers/video/fbdev/aty/atyfb_base.c u32 dsp_config = pll->ct.dsp_config; dsp_config 1856 drivers/video/fbdev/aty/atyfb_base.c clk.dsp_xclks_per_row = dsp_config & 0x3fff; dsp_config 1857 drivers/video/fbdev/aty/atyfb_base.c clk.dsp_loop_latency = (dsp_config >> 16) & 0xf; dsp_config 1858 drivers/video/fbdev/aty/atyfb_base.c clk.dsp_precision = (dsp_config >> 20) & 7; dsp_config 1882 drivers/video/fbdev/aty/atyfb_base.c pll->ct.dsp_config = (clk.dsp_xclks_per_row & 0x3fff) | dsp_config 201 drivers/video/fbdev/aty/mach64_ct.c pll->dsp_config = (dsp_precision << 20) | (pll->dsp_loop_latency << 16) | dsp_xclks; dsp_config 204 drivers/video/fbdev/aty/mach64_ct.c __func__, pll->dsp_config, pll->dsp_on_off); dsp_config 359 drivers/video/fbdev/aty/mach64_ct.c aty_st_le32(DSP_CONFIG, pll->ct.dsp_config, par); dsp_config 395 drivers/video/fbdev/aty/mach64_ct.c pll->ct.dsp_config = aty_ld_le32(DSP_CONFIG, par); dsp_config 405 drivers/video/fbdev/aty/mach64_ct.c u32 dsp_config, dsp_on_off, vga_dsp_config, vga_dsp_on_off; dsp_config 490 drivers/video/fbdev/aty/mach64_ct.c dsp_config = aty_ld_le32(DSP_CONFIG, par); dsp_config 495 drivers/video/fbdev/aty/mach64_ct.c if (dsp_config) dsp_config 496 drivers/video/fbdev/aty/mach64_ct.c pll->ct.dsp_loop_latency = (dsp_config & DSP_LOOP_LATENCY) >> 16; dsp_config 501 drivers/video/fbdev/aty/mach64_ct.c (!dsp_config || !((dsp_config ^ vga_dsp_config) & DSP_XCLKS_PER_QW)))) { dsp_config 1448 sound/soc/codecs/wm8903.c int dsp_config; dsp_config 1468 sound/soc/codecs/wm8903.c dsp_config = 0; dsp_config 1469 sound/soc/codecs/wm8903.c best_val = abs(sample_rates[dsp_config].rate - fs); dsp_config 1473 sound/soc/codecs/wm8903.c dsp_config = i; dsp_config 1478 sound/soc/codecs/wm8903.c dev_dbg(component->dev, "DSP fs = %dHz\n", sample_rates[dsp_config].rate); dsp_config 1480 sound/soc/codecs/wm8903.c clock1 |= sample_rates[dsp_config].value;