Lines Matching refs:dpath

506 				send_mbox(ch->is, SET_DPS(ch->dpath) |  in isar_rcv_frame()
560 send_mbox(ch->is, SET_DPS(ch->dpath) | in isar_rcv_frame()
583 (ch->dpath == 1 ? BSTAT_RDM1 : BSTAT_RDM2))) in isar_fill_fifo()
592 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
633 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
637 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
644 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
647 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
660 sel_bch_isar(struct isar_hw *isar, u8 dpath) in sel_bch_isar() argument
664 if ((!dpath) || (dpath > 2)) in sel_bch_isar()
666 if (base->dpath == dpath) in sel_bch_isar()
669 if (base->dpath == dpath) in sel_bch_isar()
706 send_mbox(ch->is, SET_DPS(ch->dpath) | in send_next()
805 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_modem()
860 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_fax()
1148 u8 dps = SET_DPS(ch->dpath); in setup_pump()
1207 u8 dps = SET_DPS(ch->dpath); in setup_sart()
1239 u8 dps = SET_DPS(ch->dpath); in setup_iom2()
1250 msg[1] = ch->dpath + 2; in setup_iom2()
1251 msg[3] = ch->dpath + 2; in setup_iom2()
1279 if (!ch->dpath) in modeisar()
1289 ch->dpath = 2; in modeisar()
1292 ch->dpath = 1; in modeisar()
1308 ch->dpath = 1; in modeisar()
1322 ch->bch.nr, ch->dpath, ch->bch.state, bprotocol); in modeisar()
1329 if (ch->dpath == 1) in modeisar()
1331 else if (ch->dpath == 2) in modeisar()
1333 ch->dpath = 0; in modeisar()
1343 u8 dps = SET_DPS(ch->dpath); in isar_pump_cmd()
1461 isar->ch[i].dpath = i + 1; in isar_setup()