Lines Matching refs:bt819_setbit
85 static inline int bt819_setbit(struct bt819 *decoder, u8 reg, u8 bit, u8 value) in bt819_setbit() function
247 bt819_setbit(decoder, 0x01, 0, 1); in bt819_s_std()
248 bt819_setbit(decoder, 0x01, 1, 0); in bt819_s_std()
249 bt819_setbit(decoder, 0x01, 5, 0); in bt819_s_std()
256 bt819_setbit(decoder, 0x01, 0, 1); in bt819_s_std()
257 bt819_setbit(decoder, 0x01, 1, 1); in bt819_s_std()
258 bt819_setbit(decoder, 0x01, 5, 1); in bt819_s_std()
302 bt819_setbit(decoder, 0x0b, 6, 0); in bt819_s_routing()
303 bt819_setbit(decoder, 0x1a, 1, 1); in bt819_s_routing()
305 bt819_setbit(decoder, 0x0b, 6, 1); in bt819_s_routing()
306 bt819_setbit(decoder, 0x1a, 1, 0); in bt819_s_routing()
321 bt819_setbit(decoder, 0x16, 7, !enable); in bt819_s_stream()
339 bt819_setbit(decoder, 0x0b, 2, ((ctrl->val >> 8) & 0x01)); in bt819_s_ctrl()
344 bt819_setbit(decoder, 0x0b, 1, ((ctrl->val >> 15) & 0x01)); in bt819_s_ctrl()
350 bt819_setbit(decoder, 0x0b, 0, (temp >> 15) & 0x01); in bt819_s_ctrl()