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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/
H A Dsaa5246a.c597 int page_hundreds, page_tens, page_units; local
601 page_hundreds = infobits[8] & ROW25_COLUMN8_PAGE_HUNDREDS;
604 if (page_hundreds == 0)
605 page_hundreds = 8;
607 return((page_hundreds << 8) | (page_tens << 4) | page_units);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dsaa5246a.c597 int page_hundreds, page_tens, page_units; local
601 page_hundreds = infobits[8] & ROW25_COLUMN8_PAGE_HUNDREDS;
604 if (page_hundreds == 0)
605 page_hundreds = 8;
607 return((page_hundreds << 8) | (page_tens << 4) | page_units);

Completed in 120 milliseconds