Searched refs:tbl_pal_tw2815_common (Results 1 – 1 of 1) sorted by relevance
330 u8 tbl_pal_tw2815_common[] = { in tw2815_setup() local369 tbl_pal_tw2815_common[0x06] = 0; in tw2815_setup()372 tbl_pal_tw2815_common[0x02] = DEFAULT_HDELAY_PAL & 0xff; in tw2815_setup()373 tbl_pal_tw2815_common[0x06] |= 0x03 & (DEFAULT_HDELAY_PAL >> 8); in tw2815_setup()376 tbl_pal_tw2815_common[0x03] = DEFAULT_HACTIVE_PAL & 0xff; in tw2815_setup()377 tbl_pal_tw2815_common[0x06] |= in tw2815_setup()381 tbl_pal_tw2815_common[0x04] = DEFAULT_VDELAY_PAL & 0xff; in tw2815_setup()382 tbl_pal_tw2815_common[0x06] |= in tw2815_setup()386 tbl_pal_tw2815_common[0x05] = DEFAULT_VACTIVE_PAL & 0xff; in tw2815_setup()387 tbl_pal_tw2815_common[0x06] |= in tw2815_setup()[all …]