Lines Matching refs:tbl_tw2865_common
218 u8 tbl_tw2865_common[256]; in tw2865_setup() local
222 memcpy(tbl_tw2865_common, tbl_tw2865_pal_template, in tw2865_setup()
223 sizeof(tbl_tw2865_common)); in tw2865_setup()
225 memcpy(tbl_tw2865_common, tbl_tw2865_ntsc_template, in tw2865_setup()
226 sizeof(tbl_tw2865_common)); in tw2865_setup()
230 tbl_tw2865_common[0xd2] = 0x01; in tw2865_setup()
231 tbl_tw2865_common[0xcf] = 0x00; in tw2865_setup()
233 tbl_tw2865_common[0xd2] = 0x02; in tw2865_setup()
235 tbl_tw2865_common[0xcf] = 0x80; in tw2865_setup()
237 tbl_tw2865_common[0xd2] = 0x03; in tw2865_setup()
239 tbl_tw2865_common[0xcf] = 0x83; in tw2865_setup()
241 tbl_tw2865_common[0xcf] = 0x83; in tw2865_setup()
243 tbl_tw2865_common[0xcf] = 0x80; in tw2865_setup()
261 tbl_tw2865_common[i]); in tw2865_setup()