Searched refs:dibx000_write_word (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | dibx000_common.c | 19 static int dibx000_write_word(struct dibx000_i2c_master *mst, u16 reg, u16 val) in dibx000_write_word() function 111 dibx000_write_word(mst, mst->base_reg, data); in dibx000_master_i2c_write() 128 dibx000_write_word(mst, mst->base_reg+1, da); in dibx000_master_i2c_write() 160 dibx000_write_word(mst, mst->base_reg+1, da); in dibx000_master_i2c_read() 187 return dibx000_write_word(mst, mst->base_reg + 3, (u16)(60000 / speed)); in dibx000_i2c_set_speed() 203 return dibx000_write_word(mst, mst->base_reg + 4, intf); in dibx000_i2c_select_interface()
|