Searched refs:hd29l2_rd_reg_mask (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/dvb-frontends/ |
| D | hd29l2.c | 125 static int hd29l2_rd_reg_mask(struct hd29l2_priv *priv, u8 reg, u8 *val, u8 mask) in hd29l2_rd_reg_mask() function 453 ret = hd29l2_rd_reg_mask(priv, 0x7d, &modulation, 0x07); in hd29l2_search() 500 ret = hd29l2_rd_reg_mask(priv, 0x81, &guard_interval, 0x03); in hd29l2_search() 505 ret = hd29l2_rd_reg_mask(priv, 0x81, &carrier, 0x04); in hd29l2_search() 539 ret = hd29l2_rd_reg_mask(priv, 0x05, &tmp, 0x01); in hd29l2_search()
|