Searched refs:bank_rx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/isdn/hardware/mISDN/ |
| H A D | hfcmulti.c | 2829 int bank_tx, int slot_rx, int bank_rx) in mode_hfcmulti() argument 2846 bank_tx, oslot_rx, slot_rx, bank_rx); in mode_hfcmulti() 2921 hc->chan[ch].bank_rx = 0; in mode_hfcmulti() 2929 routing = bank_rx ? 0x80 : 0xc0; /* reversed */ in mode_hfcmulti() 2930 if (conf >= 0 || bank_rx > 1) in mode_hfcmulti() 2935 __func__, ch, slot_rx, bank_rx, in mode_hfcmulti() 2941 hc->chan[ch].bank_rx = bank_rx; in mode_hfcmulti() 3148 int slot_rx, int bank_rx) in hfcmulti_pcm() argument 3150 if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) { in hfcmulti_pcm() 3158 slot_rx, bank_rx); in hfcmulti_pcm() [all …]
|
| H A D | hfc_multi.h | 54 int bank_rx; member
|