Searched refs:r820t_write_reg (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/tuners/
H A Dr820t.c409 static inline int r820t_write_reg(struct r820t_priv *priv, u8 reg, u8 val) function
497 rc = r820t_write_reg(priv, 0x1b, range->tf_c);
651 rc = r820t_write_reg(priv, 0x14, ni + (si << 6));
679 rc = r820t_write_reg(priv, 0x16, sdm >> 8);
682 rc = r820t_write_reg(priv, 0x15, sdm & 0xff);
829 rc = r820t_write_reg(priv, 0x0d, lna_vth_l);
832 rc = r820t_write_reg(priv, 0x0e, mixer_vth_l);
1361 rc = r820t_write_reg(priv, 0x06, 0xb1);
1364 rc = r820t_write_reg(priv, 0x05, 0x03);
1367 rc = r820t_write_reg(pri
[all...]

Completed in 154 milliseconds