Searched refs:slot_rx (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 1939 (hc->chan[ch].slot_rx < 0) && in hfcmulti_tx() 2174 (hc->chan[ch].slot_rx < 0) && in hfcmulti_rx() 2827 int bank_tx, int slot_rx, int bank_rx) in mode_hfcmulti() argument 2836 oslot_rx = hc->chan[ch].slot_rx; in mode_hfcmulti() 2844 bank_tx, oslot_rx, slot_rx, bank_rx); in mode_hfcmulti() 2866 if (oslot_rx >= 0 && slot_rx != oslot_rx) { in mode_hfcmulti() 2915 if (slot_rx < 0) { in mode_hfcmulti() 2918 hc->chan[ch].slot_rx = -1; in mode_hfcmulti() 2933 __func__, ch, slot_rx, bank_rx, in mode_hfcmulti() 2935 HFC_outb(hc, R_SLOT, (slot_rx << 1) | V_SL_DIR); in mode_hfcmulti() [all …]
|
D | hfc_multi.h | 53 int slot_rx; member
|