Lines Matching refs:bt819_write
77 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value) in bt819_write() function
87 return bt819_write(decoder, reg, in bt819_setbit()
121 ret = bt819_write(decoder, reg, *data++); in bt819_write_block()
191 bt819_write(decoder, 0x1f, 0x00); in bt819_init()
250 bt819_write(decoder, 0x18, 0x68); in bt819_s_std()
251 bt819_write(decoder, 0x19, 0x5d); in bt819_s_std()
259 bt819_write(decoder, 0x18, 0x7f); in bt819_s_std()
260 bt819_write(decoder, 0x19, 0x72); in bt819_s_std()
268 bt819_write(decoder, 0x03, in bt819_s_std()
273 bt819_write(decoder, 0x04, timing->vdelay & 0xff); in bt819_s_std()
274 bt819_write(decoder, 0x05, timing->vactive & 0xff); in bt819_s_std()
275 bt819_write(decoder, 0x06, timing->hdelay & 0xff); in bt819_s_std()
276 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
277 bt819_write(decoder, 0x08, (timing->hscale >> 8) & 0xff); in bt819_s_std()
278 bt819_write(decoder, 0x09, timing->hscale & 0xff); in bt819_s_std()
334 bt819_write(decoder, 0x0a, ctrl->val); in bt819_s_ctrl()
338 bt819_write(decoder, 0x0c, ctrl->val & 0xff); in bt819_s_ctrl()
343 bt819_write(decoder, 0x0d, (ctrl->val >> 7) & 0xff); in bt819_s_ctrl()
349 bt819_write(decoder, 0x0e, (temp >> 7) & 0xff); in bt819_s_ctrl()
354 bt819_write(decoder, 0x0f, ctrl->val); in bt819_s_ctrl()