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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_hlp.c349 int numdwords = 0; local
405 numdwords = max_t(int, (cnt_line+1), (cnt_pixel+1))*2;
406 numdwords = max_t(int, 4, numdwords);
407 numdwords = min_t(int, 64, numdwords);
452 vdma2->prot_addr = vv->d_clipping.dma_handle+((sizeof(u32))*(numdwords));
455 vdma2->num_line_byte = (0 << 16 | (sizeof(u32))*(numdwords-1) );

Completed in 91 milliseconds