Lines Matching defs:timeslot
842 unsigned int timeslot;
862 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1;
865 printk(KERN_NOTICE "vpm_echocan_on called taps [%d] on timeslot %d\n",
866 taps, timeslot);
868 vpm_out(hc, unit, timeslot, 0x7e);
874 unsigned int timeslot;
895 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1;
898 printk(KERN_NOTICE "vpm_echocan_off called on timeslot %d\n",
899 timeslot);
901 vpm_out(hc, unit, timeslot, 0x01);
3613 case MISDN_CTRL_HFC_PCM_CONN: /* connect to pcm timeslot (0..N) */
3637 case MISDN_CTRL_HFC_PCM_DISC: /* release interface from pcm timeslot */