Searched refs:slot_rx (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 1970 (hc->chan[ch].slot_rx < 0) && in hfcmulti_tx() 2205 (hc->chan[ch].slot_rx < 0) && in hfcmulti_rx() 2858 int bank_tx, int slot_rx, int bank_rx) in mode_hfcmulti() argument 2867 oslot_rx = hc->chan[ch].slot_rx; in mode_hfcmulti() 2875 bank_tx, oslot_rx, slot_rx, bank_rx); in mode_hfcmulti() 2897 if (oslot_rx >= 0 && slot_rx != oslot_rx) { in mode_hfcmulti() 2946 if (slot_rx < 0) { in mode_hfcmulti() 2949 hc->chan[ch].slot_rx = -1; in mode_hfcmulti() 2964 __func__, ch, slot_rx, bank_rx, in mode_hfcmulti() 2966 HFC_outb(hc, R_SLOT, (slot_rx << 1) | V_SL_DIR); in mode_hfcmulti() [all …]
|
D | hfc_multi.h | 53 int slot_rx; member
|