Lines Matching defs:timeslot
811 unsigned int timeslot;
831 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1;
834 printk(KERN_NOTICE "vpm_echocan_on called taps [%d] on timeslot %d\n",
835 taps, timeslot);
837 vpm_out(hc, unit, timeslot, 0x7e);
843 unsigned int timeslot;
864 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1;
867 printk(KERN_NOTICE "vpm_echocan_off called on timeslot %d\n",
868 timeslot);
870 vpm_out(hc, unit, timeslot, 0x01);
3580 case MISDN_CTRL_HFC_PCM_CONN: /* connect to pcm timeslot (0..N) */
3604 case MISDN_CTRL_HFC_PCM_DISC: /* release interface from pcm timeslot */