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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dsaa5249.c92 /* page regardless of infobits */
95 u8 laststat[10]; /* Last value of infobits for DAU */
383 u8 infobits[10]; local
398 if (i2c_getdata(t, 10, infobits))
401 if (!(infobits[8] & 0x10) && !(infobits[7] & 0xf0) && /* check FOUND-bit */
402 (memcmp(infobits, t->vdau[req->pgbuf].laststat, sizeof(infobits)) ||
425 memcpy(t->vdau[req->pgbuf].laststat, infobits, sizeof(infobits));
[all...]
H A Dsaa5246a.c345 /* This routine decodes the page number from the infobits contained in line 25.
348 * infobits: must be bits 0 to 9 of column 25
353 unsigned char infobits[10])
357 page_units = infobits[0] & ROW25_COLUMN0_PAGE_UNITS;
358 page_tens = infobits[1] & ROW25_COLUMN1_PAGE_TENS;
359 page_hundreds = infobits[8] & ROW25_COLUMN8_PAGE_HUNDREDS;
368 /* Decodes the hour from the infobits contained in line 25.
371 * infobits: must be bits 0 to 9 of column 25
376 unsigned char infobits[10])
380 hour_units = infobits[
352 saa5246a_extract_pagenum_from_infobits( unsigned char infobits[10]) argument
375 saa5246a_extract_hour_from_infobits( unsigned char infobits[10]) argument
393 saa5246a_extract_minutes_from_infobits( unsigned char infobits[10]) argument
412 unsigned char infobits[10]; local
[all...]

Completed in 104 milliseconds