Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1984 (hc->chan[ch].slot_rx < 0) && in hfcmulti_tx()
2219 (hc->chan[ch].slot_rx < 0) && in hfcmulti_rx()
2874 int bank_tx, int slot_rx, int bank_rx) in mode_hfcmulti() argument
2883 oslot_rx = hc->chan[ch].slot_rx; in mode_hfcmulti()
2891 bank_tx, oslot_rx, slot_rx, bank_rx); in mode_hfcmulti()
2913 if (oslot_rx >= 0 && slot_rx != oslot_rx) { in mode_hfcmulti()
2962 if (slot_rx < 0) { in mode_hfcmulti()
2965 hc->chan[ch].slot_rx = -1; in mode_hfcmulti()
2980 __func__, ch, slot_rx, bank_rx, in mode_hfcmulti()
2982 HFC_outb(hc, R_SLOT, (slot_rx << 1) | V_SL_DIR); in mode_hfcmulti()
[all …]
Dhfc_multi.h53 int slot_rx; member