Home
last modified time | relevance | path

Searched refs:slot_rx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1970 (hc->chan[ch].slot_rx < 0) && in hfcmulti_tx()
2205 (hc->chan[ch].slot_rx < 0) && in hfcmulti_rx()
2860 int bank_tx, int slot_rx, int bank_rx) in mode_hfcmulti() argument
2869 oslot_rx = hc->chan[ch].slot_rx; in mode_hfcmulti()
2877 bank_tx, oslot_rx, slot_rx, bank_rx); in mode_hfcmulti()
2899 if (oslot_rx >= 0 && slot_rx != oslot_rx) { in mode_hfcmulti()
2948 if (slot_rx < 0) { in mode_hfcmulti()
2951 hc->chan[ch].slot_rx = -1; in mode_hfcmulti()
2966 __func__, ch, slot_rx, bank_rx, in mode_hfcmulti()
2968 HFC_outb(hc, R_SLOT, (slot_rx << 1) | V_SL_DIR); in mode_hfcmulti()
[all …]
Dhfc_multi.h53 int slot_rx; member