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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dbt819.c69 int hscale; member in struct:timing
192 init[8 * 2 - 1] = timing->hscale >> 8;
193 init[9 * 2 - 1] = timing->hscale & 0xff;
344 bt819_write(decoder, 0x08, timing->hscale >> 8);
345 bt819_write(decoder, 0x09, timing->hscale & 0xff);
H A Dbttv-driver.c979 u16 vscale, hscale; local
987 hscale = ((tvn->totalwidth*4096UL)/xsf-4096);
1010 btwrite(hscale>>8, BT848_E_HSCALE_HI+off);
1011 btwrite(hscale&0xff, BT848_E_HSCALE_LO+off);

Completed in 88 milliseconds