Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2831 int oslot_tx, oslot_rx; in mode_hfcmulti() local
2837 oslot_rx = hc->chan[ch].slot_rx; in mode_hfcmulti()
2845 bank_tx, oslot_rx, slot_rx, bank_rx); in mode_hfcmulti()
2867 if (oslot_rx >= 0 && slot_rx != oslot_rx) { in mode_hfcmulti()
2872 __func__, oslot_rx); in mode_hfcmulti()
2873 if (hc->slot_owner[(oslot_rx << 1) | 1] == ch) { in mode_hfcmulti()
2874 HFC_outb(hc, R_SLOT, (oslot_rx << 1) | V_SL_DIR); in mode_hfcmulti()
2876 hc->slot_owner[(oslot_rx << 1) | 1] = -1; in mode_hfcmulti()
2883 hc->slot_owner[(oslot_rx << 1) | 1]); in mode_hfcmulti()