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

/linux-master/drivers/media/pci/ivtv/
H A Divtv-yuv.c220 u32 master_width; local
267 master_width = (f->src_w * 0x00200000) / (f->dst_w);
268 if (master_width * f->dst_w != f->src_w * 0x00200000)
269 master_width++;
272 reg_283c = master_width >> 2;
273 reg_2844 = master_width >> 2;
274 reg_2854 = master_width;
275 reg_285c = master_width >> 1;
276 reg_2864 = master_width >> 1;
288 master_width
[all...]

Completed in 102 milliseconds