• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/

Lines Matching refs:slot

109  *	card has D-channel on time slot 16, which is default.
110 * If 1..15 or 17..31, an alternate time slot is used for D-channel.
2022 /* connect slot */
2058 /* if audio data and connected slot */
2065 /* disconnect slot */
2850 "%s: card %d channel %d protocol %x slot old=%d new=%d "
2851 "bank new=%d (TX) slot old=%d new=%d bank new=%d (RX)\n",
2856 /* remove from slot */
2858 printk(KERN_DEBUG "%s: remove from slot %d (TX)\n",
2869 "%s: we are not owner of this tx slot "
2876 /* remove from slot */
2879 "%s: remove from slot %d (RX)\n",
2888 "%s: we are not owner of this rx slot "
2897 /* disable pcm slot */
2901 /* set pcm slot */
2906 /* put on slot */
2911 printk(KERN_DEBUG "%s: put channel %d to slot %d bank"
2925 /* disable pcm slot */
2930 /* set pcm slot */
2935 /* put on slot */
2940 printk(KERN_DEBUG "%s: put channel %d to slot %d bank"
2992 "state on PCM slot %d\n", ch,
3205 HFC_outb(hc, R_ST_SEL, hc->chan[dch->slot].port);
3226 HFC_outb(hc, R_ST_SEL, hc->chan[dch->slot].port);
3233 ~(1 << hc->chan[dch->slot].port);
3260 HFC_outb(hc, R_ST_SEL, hc->chan[dch->slot].port);
3311 hfcmulti_tx(hc, dch->slot);
3328 __func__, hc->chan[dch->slot].port,
3339 hc->chan[dch->slot].port);
3361 __func__, hc->chan[dch->slot].port,
3371 hc->chan[dch->slot].port);
3414 hc->chan[bch->slot].coeff_count = 0;
3415 hc->chan[bch->slot].rx_off = 0;
3416 hc->chan[bch->slot].conf = -1;
3417 mode_hfcmulti(hc, bch->slot, ISDN_P_NONE, -1, 0, -1, 0);
3439 hfcmulti_tx(hc, bch->slot);
3455 __func__, bch->slot);
3459 hc->chan[bch->slot].txpending = 0;
3460 ret = mode_hfcmulti(hc, bch->slot,
3462 hc->chan[bch->slot].slot_tx,
3463 hc->chan[bch->slot].bank_tx,
3464 hc->chan[bch->slot].slot_rx,
3465 hc->chan[bch->slot].bank_rx);
3544 hc->chan[bch->slot].rx_off = !!cq->p1;
3545 if (!hc->chan[bch->slot].rx_off) {
3547 HFC_outb_nodebug(hc, R_FIFO, (bch->slot << 1) | 1);
3554 __func__, bch->nr, hc->chan[bch->slot].rx_off);
3588 "%s: HFC_PCM_CONN slot %d bank %d (TX) "
3589 "slot %d bank %d (RX)\n",
3594 hfcmulti_pcm(hc, bch->slot,
3598 "%s: HFC_PCM_CONN slot %d bank %d (TX) "
3599 "slot %d bank %d (RX) out of range\n",
3609 hfcmulti_pcm(hc, bch->slot, -1, 0, -1, 0);
3617 hfcmulti_conf(hc, bch->slot, num);
3628 hfcmulti_conf(hc, bch->slot, -1);
3634 vpm_echocan_on(hc, bch->slot, cq->p1);
3644 vpm_echocan_off(hc, bch->slot);
3706 ch = dch->slot;
3940 i = dch->slot;
4008 ~(1 << hc->chan[dch->slot].port);
4077 ch = (rq->adr.channel - 1) + (dch->slot - 2);
4498 ci = dch->slot;
4682 dch->slot = hc->dslot;
4705 bch->slot = ch;
4853 dch->slot = i + 2;
4874 bch->slot = i + ch;
5001 "time slot %d\n", dslot[HFC_cnt]);