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

/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c811 unsigned int timeslot; local
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; local
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,
[all...]

Completed in 86 milliseconds