vdec 14 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/perf.h u32 vdec; vdec 145 drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c info->vdec = nvbios_rd16(bios, perf + 0x10) * 1000; vdec 433 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c cstate->domain[nv_clk_src_vdec] = perfE.vdec; vdec 208 drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c const int vdec = cstate->domain[nv_clk_src_vdec]; vdec 262 drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c out = calc_P(core, vdec, &divs); vdec 263 drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c clock = calc_P(500000, vdec, &P1); vdec 264 drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c if(abs(vdec - out) <= abs(vdec - clock)) { vdec 376 drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c const int vdec = cstate->domain[nv_clk_src_vdec]; vdec 397 drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c if (vdec) { vdec 399 drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c freq = calc_div(core, vdec, &P1); vdec 406 drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c out = calc_div(out, vdec, &P2); vdec 409 drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c if (abs(vdec - freq) <= abs(vdec - out)) { vdec 184 drivers/media/pci/saa7146/hexium_gemini.c static int hexium_set_standard(struct hexium *hexium, struct hexium_data *vdec) vdec 191 drivers/media/pci/saa7146/hexium_gemini.c while (vdec[i].adr != -1) { vdec 192 drivers/media/pci/saa7146/hexium_gemini.c data.byte = vdec[i].byte; vdec 193 drivers/media/pci/saa7146/hexium_gemini.c if (0 != i2c_smbus_xfer(&hexium->i2c_adapter, 0x6c, 0, I2C_SMBUS_WRITE, vdec[i].adr, I2C_SMBUS_BYTE_DATA, &data)) { vdec 884 drivers/video/fbdev/matrox/matroxfb_maven.c int vdec; vdec 899 drivers/video/fbdev/matrox/matroxfb_maven.c vdec = f1; vdec 901 drivers/video/fbdev/matrox/matroxfb_maven.c vdec = m->vlines * 32768 / mt->VTotal; vdec 904 drivers/video/fbdev/matrox/matroxfb_maven.c vdec = 0x8000; vdec 905 drivers/video/fbdev/matrox/matroxfb_maven.c if (vdec > 0x8000) vdec 906 drivers/video/fbdev/matrox/matroxfb_maven.c vdec = 0x8000; vdec 907 drivers/video/fbdev/matrox/matroxfb_maven.c vlen = (vslen + umargin + mt->VDisplay) * vdec; vdec 913 drivers/video/fbdev/matrox/matroxfb_maven.c vdec--; vdec 914 drivers/video/fbdev/matrox/matroxfb_maven.c m->regs[0x91] = vdec; vdec 915 drivers/video/fbdev/matrox/matroxfb_maven.c m->regs[0x92] = vdec >> 8;