Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2890 hc->chan[ch].bank_tx = 0; in mode_hfcmulti()
2898 routing = bank_tx ? 0xc0 : 0x80; in mode_hfcmulti()
2899 if (conf >= 0 || bank_tx > 1) in mode_hfcmulti()
2904 __func__, ch, slot_tx, bank_tx, in mode_hfcmulti()
2913 hc->chan[ch].bank_tx = bank_tx; in mode_hfcmulti()
3462 hc->chan[bch->slot].bank_tx, in handle_bmsg()
3532 int bank_tx; in channel_bctrl() local
3582 bank_tx = cq->p1 >> 8; in channel_bctrl()
3589 __func__, slot_tx, bank_tx, in channel_bctrl()
3591 if (slot_tx < hc->slots && bank_tx <= 2 && in channel_bctrl()
[all …]
H A Dhfc_multi.h52 int bank_tx; /* current pcm bank */ member