Lines Matching refs:m88ds3103_wr_reg_mask

113 static int m88ds3103_wr_reg_mask(struct m88ds3103_priv *priv,  in m88ds3103_wr_reg_mask()  function
361 ret = m88ds3103_wr_reg_mask(priv, 0x22, u8tmp1 << 6, 0xc0); in m88ds3103_set_frontend()
364 ret = m88ds3103_wr_reg_mask(priv, 0x24, u8tmp2 << 6, 0xc0); in m88ds3103_set_frontend()
423 ret = m88ds3103_wr_reg_mask(priv, 0x9d, 0x08, 0x08); in m88ds3103_set_frontend()
429 ret = m88ds3103_wr_reg_mask(priv, 0x30, 0x80, 0x80); in m88ds3103_set_frontend()
466 ret = m88ds3103_wr_reg_mask(priv, 0x29, u8tmp1, 0x20); in m88ds3103_set_frontend()
535 ret = m88ds3103_wr_reg_mask(priv, 0x4d, priv->cfg->spec_inv << 1, 0x02); in m88ds3103_set_frontend()
539 ret = m88ds3103_wr_reg_mask(priv, 0x30, priv->cfg->agc_inv << 4, 0x10); in m88ds3103_set_frontend()
591 ret = m88ds3103_wr_reg_mask(priv, 0x08, 0x01, 0x01); in m88ds3103_init()
595 ret = m88ds3103_wr_reg_mask(priv, 0x04, 0x00, 0x01); in m88ds3103_init()
599 ret = m88ds3103_wr_reg_mask(priv, 0x23, 0x00, 0x10); in m88ds3103_init()
712 ret = m88ds3103_wr_reg_mask(priv, u8tmp, 0x00, 0x01); in m88ds3103_sleep()
717 ret = m88ds3103_wr_reg_mask(priv, 0x08, 0x00, 0x01); in m88ds3103_sleep()
721 ret = m88ds3103_wr_reg_mask(priv, 0x04, 0x01, 0x01); in m88ds3103_sleep()
725 ret = m88ds3103_wr_reg_mask(priv, 0x23, 0x10, 0x10); in m88ds3103_sleep()
1101 ret = m88ds3103_wr_reg_mask(priv, 0xa2, u8tmp, 0xe0); in m88ds3103_set_tone()
1106 ret = m88ds3103_wr_reg_mask(priv, 0xa1, u8tmp, reg_a1_mask); in m88ds3103_set_tone()
1157 ret = m88ds3103_wr_reg_mask(priv, 0xa2, u8tmp, 0x03); in m88ds3103_set_voltage()
1188 ret = m88ds3103_wr_reg_mask(priv, 0xa2, u8tmp, 0xe0); in m88ds3103_diseqc_send_master_cmd()
1219 ret = m88ds3103_wr_reg_mask(priv, 0xa1, 0x40, 0xc0); in m88ds3103_diseqc_send_master_cmd()
1224 ret = m88ds3103_wr_reg_mask(priv, 0xa2, 0x80, 0xc0); in m88ds3103_diseqc_send_master_cmd()
1255 ret = m88ds3103_wr_reg_mask(priv, 0xa2, u8tmp, 0xe0); in m88ds3103_diseqc_send_burst()
1291 ret = m88ds3103_wr_reg_mask(priv, 0xa2, 0x80, 0xc0); in m88ds3103_diseqc_send_burst()
1422 ret = m88ds3103_wr_reg_mask(priv, 0x08, 0x00, 0x01); in m88ds3103_attach()
1426 ret = m88ds3103_wr_reg_mask(priv, 0x04, 0x01, 0x01); in m88ds3103_attach()
1430 ret = m88ds3103_wr_reg_mask(priv, 0x23, 0x10, 0x10); in m88ds3103_attach()