Searched refs:bank_rx (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 2828 int bank_tx, int slot_rx, int bank_rx) in mode_hfcmulti() argument 2845 bank_tx, oslot_rx, slot_rx, bank_rx); in mode_hfcmulti() 2920 hc->chan[ch].bank_rx = 0; in mode_hfcmulti() 2928 routing = bank_rx ? 0x80 : 0xc0; /* reversed */ in mode_hfcmulti() 2929 if (conf >= 0 || bank_rx > 1) in mode_hfcmulti() 2934 __func__, ch, slot_rx, bank_rx, in mode_hfcmulti() 2940 hc->chan[ch].bank_rx = bank_rx; in mode_hfcmulti() 3147 int slot_rx, int bank_rx) in hfcmulti_pcm() argument 3149 if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) { in hfcmulti_pcm() 3157 slot_rx, bank_rx); in hfcmulti_pcm() [all …]
|
H A D | hfc_multi.h | 54 int bank_rx; member
|