Searched refs:vdec (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_maven.c869 int vdec; local
884 vdec = f1;
886 vdec = m->vlines * 32768 / mt->VTotal;
889 vdec = 0x8000;
890 if (vdec > 0x8000)
891 vdec = 0x8000;
892 vlen = (vslen + umargin + mt->VDisplay) * vdec;
898 vdec--;
899 m->regs[0x91] = vdec;
900 m->regs[0x92] = vdec >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dhexium_gemini.c203 static int hexium_set_standard(struct hexium *hexium, struct hexium_data *vdec) argument
210 while (vdec[i].adr != -1) {
211 data.byte = vdec[i].byte;
212 if (0 != i2c_smbus_xfer(&hexium->i2c_adapter, 0x6c, 0, I2C_SMBUS_WRITE, vdec[i].adr, I2C_SMBUS_BYTE_DATA, &data)) {

Completed in 195 milliseconds