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

/drivers/staging/media/solo6x10/
H A Dtw28.c325 u8 tbl_ntsc_tw2815_common[] = { local
348 tbl_ntsc_tw2815_common[0x06] = 0;
351 tbl_ntsc_tw2815_common[0x02] = DEFAULT_HDELAY_NTSC & 0xff;
352 tbl_ntsc_tw2815_common[0x06] |= 0x03 & (DEFAULT_HDELAY_NTSC >> 8);
355 tbl_ntsc_tw2815_common[0x03] = DEFAULT_HACTIVE_NTSC & 0xff;
356 tbl_ntsc_tw2815_common[0x06] |=
360 tbl_ntsc_tw2815_common[0x04] = DEFAULT_VDELAY_NTSC & 0xff;
361 tbl_ntsc_tw2815_common[0x06] |=
365 tbl_ntsc_tw2815_common[0x05] = DEFAULT_VACTIVE_NTSC & 0xff;
366 tbl_ntsc_tw2815_common[
[all...]

Completed in 71 milliseconds