Lines Matching refs:vdelay
331 int vdelay;
343 vdelay = tvnorm->vdelay;
353 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0);
355 geo->vdelay = vdelay;
404 geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY;
414 ((geo->vdelay >> 2) & 0xc0));
443 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off);
599 unsigned int crop, vdelay;
606 vdelay = btread(BT848_E_VDELAY_LO) + ((crop & 0xc0) << 2);
608 if (vbi->geo.vdelay > vdelay) {
609 vdelay = vbi->geo.vdelay & 0xfe;
610 crop = (crop & 0x3f) | ((vbi->geo.vdelay >> 2) & 0xc0);
612 btwrite(vdelay, BT848_E_VDELAY_LO);
614 btwrite(vdelay, BT848_O_VDELAY_LO);