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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2839 int oslot_tx, oslot_rx; local
2845 oslot_rx = hc->chan[ch].slot_rx;
2853 bank_tx, oslot_rx, slot_rx, bank_rx);
2875 if (oslot_rx >= 0 && slot_rx != oslot_rx) {
2880 __func__, oslot_rx);
2881 if (hc->slot_owner[(oslot_rx << 1) | 1] == ch) {
2882 HFC_outb(hc, R_SLOT, (oslot_rx << 1) | V_SL_DIR);
2884 hc->slot_owner[(oslot_rx << 1) | 1] = -1;
2891 hc->slot_owner[(oslot_rx <<
[all...]

Completed in 57 milliseconds