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

/drivers/media/pci/bt8xx/
H A Dbttv-risc.c371 geo->vtc = (width < 193) ? 2 : ((width < 385) ? 1 : 0);
374 geo->vtc = 0;
427 geo->vtc = (width < 193) ? 2 : ((width < 385) ? 1 : 0);
430 geo->vtc = 0;
445 btwrite(geo->vtc, BT848_E_VTC+off);
H A Dbttvp.h150 u8 vtc,crop,comb; member in struct:bttv_geometry

Completed in 65 milliseconds