Home
last modified time | relevance | path

Searched refs:oslot_tx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2863 int oslot_tx, oslot_rx; in mode_hfcmulti() local
2868 oslot_tx = hc->chan[ch].slot_tx; in mode_hfcmulti()
2876 __func__, hc->id, ch, protocol, oslot_tx, slot_tx, in mode_hfcmulti()
2879 if (oslot_tx >= 0 && slot_tx != oslot_tx) { in mode_hfcmulti()
2883 __func__, oslot_tx); in mode_hfcmulti()
2884 if (hc->slot_owner[oslot_tx << 1] == ch) { in mode_hfcmulti()
2885 HFC_outb(hc, R_SLOT, oslot_tx << 1); in mode_hfcmulti()
2889 hc->slot_owner[oslot_tx << 1] = -1; in mode_hfcmulti()
2895 __func__, hc->slot_owner[oslot_tx << in mode_hfcmulti()
[all...]
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2830 int oslot_tx, oslot_rx; in mode_hfcmulti() local
2835 oslot_tx = hc->chan[ch].slot_tx; in mode_hfcmulti()
2843 __func__, hc->id, ch, protocol, oslot_tx, slot_tx, in mode_hfcmulti()
2846 if (oslot_tx >= 0 && slot_tx != oslot_tx) { in mode_hfcmulti()
2850 __func__, oslot_tx); in mode_hfcmulti()
2851 if (hc->slot_owner[oslot_tx << 1] == ch) { in mode_hfcmulti()
2852 HFC_outb(hc, R_SLOT, oslot_tx << 1); in mode_hfcmulti()
2856 hc->slot_owner[oslot_tx << 1] = -1; in mode_hfcmulti()
2862 __func__, hc->slot_owner[oslot_tx << in mode_hfcmulti()
[all...]

Completed in 8 milliseconds