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

/linux-master/drivers/media/tuners/
H A Dr820t.c426 static inline int r820t_write_reg_mask(struct r820t_priv *priv, u8 reg, u8 val, function
487 rc = r820t_write_reg_mask(priv, 0x17, range->open_d, 0x08);
492 rc = r820t_write_reg_mask(priv, 0x1a, range->rf_mux_ploy, 0xc3);
518 rc = r820t_write_reg_mask(priv, 0x10, val, 0x0b);
529 rc = r820t_write_reg_mask(priv, 0x08, reg08, 0x3f);
533 rc = r820t_write_reg_mask(priv, 0x09, reg09, 0x3f);
580 rc = r820t_write_reg_mask(priv, 0x10, refdiv2, 0x10);
585 rc = r820t_write_reg_mask(priv, 0x1a, 0x00, 0x0c);
590 rc = r820t_write_reg_mask(priv, 0x12, 0x80, 0xe0);
628 rc = r820t_write_reg_mask(pri
[all...]

Completed in 105 milliseconds