Lines Matching refs:bt819_setbit
98 static inline int bt819_setbit(struct bt819 *decoder, u8 reg, u8 bit, u8 value) in bt819_setbit() function
260 bt819_setbit(decoder, 0x01, 0, 1); in bt819_s_std()
261 bt819_setbit(decoder, 0x01, 1, 0); in bt819_s_std()
262 bt819_setbit(decoder, 0x01, 5, 0); in bt819_s_std()
269 bt819_setbit(decoder, 0x01, 0, 1); in bt819_s_std()
270 bt819_setbit(decoder, 0x01, 1, 1); in bt819_s_std()
271 bt819_setbit(decoder, 0x01, 5, 1); in bt819_s_std()
315 bt819_setbit(decoder, 0x0b, 6, 0); in bt819_s_routing()
316 bt819_setbit(decoder, 0x1a, 1, 1); in bt819_s_routing()
318 bt819_setbit(decoder, 0x0b, 6, 1); in bt819_s_routing()
319 bt819_setbit(decoder, 0x1a, 1, 0); in bt819_s_routing()
334 bt819_setbit(decoder, 0x16, 7, !enable); in bt819_s_stream()
352 bt819_setbit(decoder, 0x0b, 2, ((ctrl->val >> 8) & 0x01)); in bt819_s_ctrl()
357 bt819_setbit(decoder, 0x0b, 1, ((ctrl->val >> 15) & 0x01)); in bt819_s_ctrl()
363 bt819_setbit(decoder, 0x0b, 0, (temp >> 15) & 0x01); in bt819_s_ctrl()