Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-tw28.c354 u8 tbl_ntsc_tw2815_common[] = { in tw2815_setup() local
377 tbl_ntsc_tw2815_common[0x06] = 0; in tw2815_setup()
380 tbl_ntsc_tw2815_common[0x02] = DEFAULT_HDELAY_NTSC & 0xff; in tw2815_setup()
381 tbl_ntsc_tw2815_common[0x06] |= 0x03 & (DEFAULT_HDELAY_NTSC >> 8); in tw2815_setup()
384 tbl_ntsc_tw2815_common[0x03] = DEFAULT_HACTIVE_NTSC & 0xff; in tw2815_setup()
385 tbl_ntsc_tw2815_common[0x06] |= in tw2815_setup()
389 tbl_ntsc_tw2815_common[0x04] = DEFAULT_VDELAY_NTSC & 0xff; in tw2815_setup()
390 tbl_ntsc_tw2815_common[0x06] |= in tw2815_setup()
394 tbl_ntsc_tw2815_common[0x05] = DEFAULT_VACTIVE_NTSC & 0xff; in tw2815_setup()
395 tbl_ntsc_tw2815_common[0x06] |= in tw2815_setup()
[all …]