Lines Matching refs:dpath
505 send_mbox(ch->is, SET_DPS(ch->dpath) | in isar_rcv_frame()
559 send_mbox(ch->is, SET_DPS(ch->dpath) | in isar_rcv_frame()
582 (ch->dpath == 1 ? BSTAT_RDM1 : BSTAT_RDM2))) in isar_fill_fifo()
591 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
632 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
636 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
643 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
646 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
659 sel_bch_isar(struct isar_hw *isar, u8 dpath) in sel_bch_isar() argument
663 if ((!dpath) || (dpath > 2)) in sel_bch_isar()
665 if (base->dpath == dpath) in sel_bch_isar()
668 if (base->dpath == dpath) in sel_bch_isar()
705 send_mbox(ch->is, SET_DPS(ch->dpath) | in send_next()
804 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_modem()
859 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_fax()
1147 u8 dps = SET_DPS(ch->dpath); in setup_pump()
1206 u8 dps = SET_DPS(ch->dpath); in setup_sart()
1238 u8 dps = SET_DPS(ch->dpath); in setup_iom2()
1249 msg[1] = ch->dpath + 2; in setup_iom2()
1250 msg[3] = ch->dpath + 2; in setup_iom2()
1278 if (!ch->dpath) in modeisar()
1288 ch->dpath = 2; in modeisar()
1291 ch->dpath = 1; in modeisar()
1307 ch->dpath = 1; in modeisar()
1321 ch->bch.nr, ch->dpath, ch->bch.state, bprotocol); in modeisar()
1328 if (ch->dpath == 1) in modeisar()
1330 else if (ch->dpath == 2) in modeisar()
1332 ch->dpath = 0; in modeisar()
1342 u8 dps = SET_DPS(ch->dpath); in isar_pump_cmd()
1460 isar->ch[i].dpath = i + 1; in isar_setup()