Lines Matching refs:tbl_tw2864_common
269 u8 tbl_tw2864_common[256]; in tw2864_setup() local
273 memcpy(tbl_tw2864_common, tbl_tw2864_pal_template, in tw2864_setup()
274 sizeof(tbl_tw2864_common)); in tw2864_setup()
276 memcpy(tbl_tw2864_common, tbl_tw2864_ntsc_template, in tw2864_setup()
277 sizeof(tbl_tw2864_common)); in tw2864_setup()
282 tbl_tw2864_common[0xd2] = 0x01; in tw2864_setup()
283 tbl_tw2864_common[0xcf] = 0x00; in tw2864_setup()
285 tbl_tw2864_common[0xd2] = 0x02; in tw2864_setup()
287 tbl_tw2864_common[0xcf] = 0x43; in tw2864_setup()
289 tbl_tw2864_common[0xcf] = 0x40; in tw2864_setup()
291 tbl_tw2864_common[0xd2] = 0x03; in tw2864_setup()
293 tbl_tw2864_common[0xcf] = 0x43; in tw2864_setup()
295 tbl_tw2864_common[0xcf] = 0x43; in tw2864_setup()
297 tbl_tw2864_common[0xcf] = 0x43; in tw2864_setup()
299 tbl_tw2864_common[0xcf] = 0x40; in tw2864_setup()
305 tbl_tw2864_common[0x08 | i << 4] = 0x12; in tw2864_setup()
308 tbl_tw2864_common[0xd2] = 0x02; in tw2864_setup()
310 tbl_tw2864_common[0xcf] = 0x80; in tw2864_setup()
312 tbl_tw2864_common[0xd2] = 0x03; in tw2864_setup()
314 tbl_tw2864_common[0xcf] = 0x83; in tw2864_setup()
316 tbl_tw2864_common[0xcf] = 0x83; in tw2864_setup()
318 tbl_tw2864_common[0xcf] = 0x80; in tw2864_setup()
337 tbl_tw2864_common[i]); in tw2864_setup()