Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/media/video/
Dbttv-driver.c1165 u8 crop, vtc; in bt848_set_eogeo() local
1194 vtc = (width < 193) ? 2 : ((width < 385) ? 1 : 0); in bt848_set_eogeo()
1200 vtc = 0; in bt848_set_eogeo()
1204 btwrite(vtc, BT848_E_VTC+off); in bt848_set_eogeo()