hibits            918 drivers/media/pci/bt8xx/bttv-driver.c 	int val_u,val_v,hibits;
hibits            925 drivers/media/pci/bt8xx/bttv-driver.c 	hibits  = (val_u >> 7) & 2;
hibits            926 drivers/media/pci/bt8xx/bttv-driver.c 	hibits |= (val_v >> 8) & 1;
hibits            929 drivers/media/pci/bt8xx/bttv-driver.c 	btaor(hibits, ~3, BT848_E_CONTROL);
hibits            930 drivers/media/pci/bt8xx/bttv-driver.c 	btaor(hibits, ~3, BT848_O_CONTROL);