Searched refs:oslot_tx (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/isdn/hardware/mISDN/ |
| D | hfcmulti.c | 2877 int oslot_tx, oslot_rx; in mode_hfcmulti() local 2882 oslot_tx = hc->chan[ch].slot_tx; in mode_hfcmulti() 2890 __func__, hc->id, ch, protocol, oslot_tx, slot_tx, in mode_hfcmulti() 2893 if (oslot_tx >= 0 && slot_tx != oslot_tx) { in mode_hfcmulti() 2897 __func__, oslot_tx); in mode_hfcmulti() 2898 if (hc->slot_owner[oslot_tx << 1] == ch) { in mode_hfcmulti() 2899 HFC_outb(hc, R_SLOT, oslot_tx << 1); in mode_hfcmulti() 2903 hc->slot_owner[oslot_tx << 1] = -1; in mode_hfcmulti() 2909 __func__, hc->slot_owner[oslot_tx << 1]); in mode_hfcmulti()
|