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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dmeye.c617 int pt_start, pt_end, trailer; local
622 pt_end = (v >> 11) & 0xFF;
625 if (pt_end < pt_start)
627 pt_end * PAGE_SIZE + trailer * 4;
629 fsize = (pt_end - pt_start) * PAGE_SIZE + trailer * 4;

Completed in 50 milliseconds