Lines Matching refs:bt819_write
90 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value) in bt819_write() function
100 return bt819_write(decoder, reg, in bt819_setbit()
134 ret = bt819_write(decoder, reg, *data++); in bt819_write_block()
204 bt819_write(decoder, 0x1f, 0x00); in bt819_init()
263 bt819_write(decoder, 0x18, 0x68); in bt819_s_std()
264 bt819_write(decoder, 0x19, 0x5d); in bt819_s_std()
272 bt819_write(decoder, 0x18, 0x7f); in bt819_s_std()
273 bt819_write(decoder, 0x19, 0x72); in bt819_s_std()
281 bt819_write(decoder, 0x03, in bt819_s_std()
286 bt819_write(decoder, 0x04, timing->vdelay & 0xff); in bt819_s_std()
287 bt819_write(decoder, 0x05, timing->vactive & 0xff); in bt819_s_std()
288 bt819_write(decoder, 0x06, timing->hdelay & 0xff); in bt819_s_std()
289 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
290 bt819_write(decoder, 0x08, (timing->hscale >> 8) & 0xff); in bt819_s_std()
291 bt819_write(decoder, 0x09, timing->hscale & 0xff); in bt819_s_std()
347 bt819_write(decoder, 0x0a, ctrl->val); in bt819_s_ctrl()
351 bt819_write(decoder, 0x0c, ctrl->val & 0xff); in bt819_s_ctrl()
356 bt819_write(decoder, 0x0d, (ctrl->val >> 7) & 0xff); in bt819_s_ctrl()
362 bt819_write(decoder, 0x0e, (temp >> 7) & 0xff); in bt819_s_ctrl()
367 bt819_write(decoder, 0x0f, ctrl->val); in bt819_s_ctrl()