Lines Matching refs:dpath

519 				send_mbox(ch->is, SET_DPS(ch->dpath) |  in isar_rcv_frame()
573 send_mbox(ch->is, SET_DPS(ch->dpath) | in isar_rcv_frame()
596 (ch->dpath == 1 ? BSTAT_RDM1 : BSTAT_RDM2))) in isar_fill_fifo()
605 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()
650 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
657 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
660 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
673 sel_bch_isar(struct isar_hw *isar, u8 dpath) in sel_bch_isar() argument
677 if ((!dpath) || (dpath > 2)) in sel_bch_isar()
679 if (base->dpath == dpath) in sel_bch_isar()
682 if (base->dpath == dpath) in sel_bch_isar()
720 send_mbox(ch->is, SET_DPS(ch->dpath) | in send_next()
819 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_modem()
874 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_fax()
1161 u8 dps = SET_DPS(ch->dpath); in setup_pump()
1219 u8 dps = SET_DPS(ch->dpath); in setup_sart()
1251 u8 dps = SET_DPS(ch->dpath); in setup_iom2()
1262 msg[1] = ch->dpath + 2; in setup_iom2()
1263 msg[3] = ch->dpath + 2; in setup_iom2()
1290 if (!ch->dpath) in modeisar()
1300 ch->dpath = 2; in modeisar()
1303 ch->dpath = 1; in modeisar()
1319 ch->dpath = 1; in modeisar()
1333 ch->bch.nr, ch->dpath, ch->bch.state, bprotocol); in modeisar()
1340 if (ch->dpath == 1) in modeisar()
1342 else if (ch->dpath == 2) in modeisar()
1344 ch->dpath = 0; in modeisar()
1354 u8 dps = SET_DPS(ch->dpath); in isar_pump_cmd()
1472 isar->ch[i].dpath = i + 1; in isar_setup()