Searched refs:tda10023_writebit (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/dvb-frontends/ |
H A D | tda10023.c | 85 static int tda10023_writebit (struct tda10023_state* state, u8 reg, u8 mask,u8 data) in tda10023_writebit() function 112 tda10023_writebit(state,r,m,v); in tda10023_writetab() 208 tda10023_writebit (state, 0x03, 0xc0, NDEC<<6); in tda10023_set_symbolrate() 351 tda10023_writebit(state, 0x04, 0x60, (c->inversion ? 0 : 0x20)); in tda10023_set_parameters() 353 tda10023_writebit(state, 0x04, 0x40, 0x40); in tda10023_set_parameters() 356 tda10023_writebit(state, 0x3d, 0xfc, 0x03); in tda10023_set_parameters() 358 tda10023_writebit(state, 0x3d, 0xfc, 0x02); in tda10023_set_parameters() 398 tda10023_writebit (state, 0x10, 0xc0, 0x00); in tda10023_read_ber() 439 tda10023_writebit (state, 0x10, 0x20,0x00); in tda10023_read_ucblocks() 440 tda10023_writebit (state, 0x10, 0x20,0x20); in tda10023_read_ucblocks() [all …]
|