Lines Matching defs:oslot_rx
2863 int oslot_tx, oslot_rx;
2869 oslot_rx = hc->chan[ch].slot_rx;
2877 bank_tx, oslot_rx, slot_rx, bank_rx);
2899 if (oslot_rx >= 0 && slot_rx != oslot_rx) {
2904 __func__, oslot_rx);
2905 if (hc->slot_owner[(oslot_rx << 1) | 1] == ch) {
2906 HFC_outb(hc, R_SLOT, (oslot_rx << 1) | V_SL_DIR);
2908 hc->slot_owner[(oslot_rx << 1) | 1] = -1;
2915 hc->slot_owner[(oslot_rx << 1) | 1]);