Lines Matching refs:tbl_tw2865_common
227 u8 tbl_tw2865_common[256]; in tw2865_setup() local
231 memcpy(tbl_tw2865_common, tbl_tw2865_pal_template, in tw2865_setup()
232 sizeof(tbl_tw2865_common)); in tw2865_setup()
234 memcpy(tbl_tw2865_common, tbl_tw2865_ntsc_template, in tw2865_setup()
235 sizeof(tbl_tw2865_common)); in tw2865_setup()
239 tbl_tw2865_common[0xd2] = 0x01; in tw2865_setup()
240 tbl_tw2865_common[0xcf] = 0x00; in tw2865_setup()
242 tbl_tw2865_common[0xd2] = 0x02; in tw2865_setup()
244 tbl_tw2865_common[0xcf] = 0x80; in tw2865_setup()
246 tbl_tw2865_common[0xd2] = 0x03; in tw2865_setup()
248 tbl_tw2865_common[0xcf] = 0x83; in tw2865_setup()
250 tbl_tw2865_common[0xcf] = 0x83; in tw2865_setup()
252 tbl_tw2865_common[0xcf] = 0x80; in tw2865_setup()
270 tbl_tw2865_common[i]); in tw2865_setup()