Searched refs:tda10023_writebit (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | tda10023.c | 97 static int tda10023_writebit (struct tda10023_state* state, u8 reg, u8 mask,u8 data) in tda10023_writebit() function 124 tda10023_writebit(state,r,m,v); in tda10023_writetab() 220 tda10023_writebit (state, 0x03, 0xc0, NDEC<<6); in tda10023_set_symbolrate() 363 tda10023_writebit(state, 0x04, 0x60, (c->inversion ? 0 : 0x20)); in tda10023_set_parameters() 365 tda10023_writebit(state, 0x04, 0x40, 0x40); in tda10023_set_parameters() 368 tda10023_writebit(state, 0x3d, 0xfc, 0x03); in tda10023_set_parameters() 370 tda10023_writebit(state, 0x3d, 0xfc, 0x02); in tda10023_set_parameters() 410 tda10023_writebit (state, 0x10, 0xc0, 0x00); in tda10023_read_ber() 451 tda10023_writebit (state, 0x10, 0x20,0x00); in tda10023_read_ucblocks() 452 tda10023_writebit (state, 0x10, 0x20,0x20); in tda10023_read_ucblocks() [all …]
|