Searched refs:fc2580_wr_reg_ff (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/media/tuners/ |
D | fc2580.c | 33 static int fc2580_wr_reg_ff(struct fc2580_dev *dev, u8 reg, u8 val) in fc2580_wr_reg_ff() function 142 ret = fc2580_wr_reg_ff(dev, 0x25, fc2580_freq_regs_lut[i].r25_val); in fc2580_set_params() 146 ret = fc2580_wr_reg_ff(dev, 0x27, fc2580_freq_regs_lut[i].r27_val); in fc2580_set_params() 150 ret = fc2580_wr_reg_ff(dev, 0x28, fc2580_freq_regs_lut[i].r28_val); in fc2580_set_params() 154 ret = fc2580_wr_reg_ff(dev, 0x29, fc2580_freq_regs_lut[i].r29_val); in fc2580_set_params() 158 ret = fc2580_wr_reg_ff(dev, 0x2b, fc2580_freq_regs_lut[i].r2b_val); in fc2580_set_params() 162 ret = fc2580_wr_reg_ff(dev, 0x2c, fc2580_freq_regs_lut[i].r2c_val); in fc2580_set_params() 166 ret = fc2580_wr_reg_ff(dev, 0x2d, fc2580_freq_regs_lut[i].r2d_val); in fc2580_set_params() 170 ret = fc2580_wr_reg_ff(dev, 0x30, fc2580_freq_regs_lut[i].r30_val); in fc2580_set_params() 174 ret = fc2580_wr_reg_ff(dev, 0x44, fc2580_freq_regs_lut[i].r44_val); in fc2580_set_params() [all …]
|