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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dsaa5246a.c355 int page_hundreds, page_tens, page_units; local
357 page_units = infobits[0] & ROW25_COLUMN0_PAGE_UNITS;
365 return((page_hundreds << 8) | (page_tens << 4) | page_units);

Completed in 48 milliseconds