hdelay             62 drivers/media/i2c/bt819.c 	int hdelay;
hdelay            180 drivers/media/i2c/bt819.c 	    (((timing->hdelay >> 8) & 0x03) << 2) |
hdelay            184 drivers/media/i2c/bt819.c 	init[0x06 * 2 - 1] = timing->hdelay & 0xff;
hdelay            271 drivers/media/i2c/bt819.c 			(((timing->hdelay >> 8) & 0x03) << 2) |
hdelay            275 drivers/media/i2c/bt819.c 	bt819_write(decoder, 0x06, timing->hdelay & 0xff);
hdelay            516 drivers/media/i2c/tw9910.c 	const unsigned int hdelay = 15;
hdelay            538 drivers/media/i2c/tw9910.c 						((hdelay >> 6) & 0x0c)	|
hdelay            347 drivers/media/pci/bt8xx/bttv-risc.c 	geo->hdelay =  tvnorm->hdelayx1;
hdelay            348 drivers/media/pci/bt8xx/bttv-risc.c 	geo->hdelay =  (geo->hdelay*width)/swidth;
hdelay            349 drivers/media/pci/bt8xx/bttv-risc.c 	geo->hdelay &= 0x3fe;
hdelay            352 drivers/media/pci/bt8xx/bttv-risc.c 	geo->crop   =  ((width>>8)&0x03) | ((geo->hdelay>>6)&0x0c) |
hdelay            401 drivers/media/pci/bt8xx/bttv-risc.c 	geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1;
hdelay            412 drivers/media/pci/bt8xx/bttv-risc.c 		     ((geo->hdelay  >> 6) & 0x0c) |
hdelay            441 drivers/media/pci/bt8xx/bttv-risc.c 	btwrite(geo->hdelay & 0xff,   BT848_E_HDELAY_LO+off);
hdelay            140 drivers/media/pci/bt8xx/bttvp.h 	u16 width,hscale,hdelay;
hdelay            255 drivers/media/pci/tw68/tw68-video.c 	int hactive, hdelay, hscale;
hdelay            271 drivers/media/pci/tw68/tw68-video.c 		hdelay = norm->h_delay0;
hdelay            274 drivers/media/pci/tw68/tw68-video.c 		hdelay = norm->h_delay;
hdelay            278 drivers/media/pci/tw68/tw68-video.c 	hdelay += norm->h_start;
hdelay            294 drivers/media/pci/tw68/tw68-video.c 		hactive, hdelay, hscale, vactive, vdelay, vscale);
hdelay            298 drivers/media/pci/tw68/tw68-video.c 		((hdelay & 0x300)  >> 6) |
hdelay            301 drivers/media/pci/tw68/tw68-video.c 		__func__, comb, vdelay, vactive, hdelay, hactive);
hdelay            305 drivers/media/pci/tw68/tw68-video.c 	tw_writeb(TW68_HDELAY_LO, hdelay & 0xff);