Lines Matching refs:tbl_tw2864_common
278 u8 tbl_tw2864_common[256]; in tw2864_setup() local
282 memcpy(tbl_tw2864_common, tbl_tw2864_pal_template, in tw2864_setup()
283 sizeof(tbl_tw2864_common)); in tw2864_setup()
285 memcpy(tbl_tw2864_common, tbl_tw2864_ntsc_template, in tw2864_setup()
286 sizeof(tbl_tw2864_common)); in tw2864_setup()
291 tbl_tw2864_common[0xd2] = 0x01; in tw2864_setup()
292 tbl_tw2864_common[0xcf] = 0x00; in tw2864_setup()
294 tbl_tw2864_common[0xd2] = 0x02; in tw2864_setup()
296 tbl_tw2864_common[0xcf] = 0x43; in tw2864_setup()
298 tbl_tw2864_common[0xcf] = 0x40; in tw2864_setup()
300 tbl_tw2864_common[0xd2] = 0x03; in tw2864_setup()
302 tbl_tw2864_common[0xcf] = 0x43; in tw2864_setup()
304 tbl_tw2864_common[0xcf] = 0x43; in tw2864_setup()
306 tbl_tw2864_common[0xcf] = 0x43; in tw2864_setup()
308 tbl_tw2864_common[0xcf] = 0x40; in tw2864_setup()
314 tbl_tw2864_common[0x08 | i << 4] = 0x12; in tw2864_setup()
317 tbl_tw2864_common[0xd2] = 0x02; in tw2864_setup()
319 tbl_tw2864_common[0xcf] = 0x80; in tw2864_setup()
321 tbl_tw2864_common[0xd2] = 0x03; in tw2864_setup()
323 tbl_tw2864_common[0xcf] = 0x83; in tw2864_setup()
325 tbl_tw2864_common[0xcf] = 0x83; in tw2864_setup()
327 tbl_tw2864_common[0xcf] = 0x80; in tw2864_setup()
346 tbl_tw2864_common[i]); in tw2864_setup()