Lines Matching refs:dpath
587 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | in isar_rcv_frame()
653 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | in isar_rcv_frame()
684 (bcs->hw.isar.dpath == 1 ? BSTAT_RDM1 : BSTAT_RDM2))) in isar_fill_fifo()
715 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
719 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
727 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
730 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA, in isar_fill_fifo()
746 struct BCState *sel_bcs_isar(struct IsdnCardState *cs, u_char dpath) in sel_bcs_isar() argument
748 if ((!dpath) || (dpath == 3)) in sel_bcs_isar()
750 if (cs->bcs[0].hw.isar.dpath == dpath) in sel_bcs_isar()
752 if (cs->bcs[1].hw.isar.dpath == dpath) in sel_bcs_isar()
799 sendmsg(bcs->cs, SET_DPS(bcs->hw.isar.dpath) | in send_frames()
899 u_char dps = SET_DPS(bcs->hw.isar.dpath); in isar_pump_statev_modem()
984 u_char dps = SET_DPS(bcs->hw.isar.dpath); in isar_pump_statev_fax()
1286 u_char dps = SET_DPS(bcs->hw.isar.dpath); in setup_pump()
1335 u_char dps = SET_DPS(bcs->hw.isar.dpath); in setup_sart()
1371 u_char dps = SET_DPS(bcs->hw.isar.dpath); in setup_iom2()
1380 msg[1] = msg[3] = bcs->hw.isar.dpath + 2; in setup_iom2()
1406 if (!bcs->hw.isar.dpath) in modeisar()
1415 bcs->hw.isar.dpath = 2; in modeisar()
1418 bcs->hw.isar.dpath = 1; in modeisar()
1429 bcs->hw.isar.dpath = 1; in modeisar()
1440 bcs->hw.isar.dpath, bcs->mode, mode, bc); in modeisar()
1447 if (bcs->hw.isar.dpath == 1) in modeisar()
1449 else if (bcs->hw.isar.dpath == 2) in modeisar()
1451 bcs->hw.isar.dpath = 0; in modeisar()
1460 u_char dps = SET_DPS(bcs->hw.isar.dpath); in isar_pump_cmd()
1584 cs->bcs[i].hw.isar.dpath = i + 1; in isar_setup()