Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c842 unsigned int timeslot; in vpm_echocan_on() local
862 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_on()
865 printk(KERN_NOTICE "vpm_echocan_on called taps [%d] on timeslot %d\n", in vpm_echocan_on()
866 taps, timeslot); in vpm_echocan_on()
868 vpm_out(hc, unit, timeslot, 0x7e); in vpm_echocan_on()
874 unsigned int timeslot; in vpm_echocan_off() local
895 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_off()
898 printk(KERN_NOTICE "vpm_echocan_off called on timeslot %d\n", in vpm_echocan_off()
899 timeslot); in vpm_echocan_off()
901 vpm_out(hc, unit, timeslot, in vpm_echocan_off()
[all...]
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c811 unsigned int timeslot; in vpm_echocan_on() local
831 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_on()
834 printk(KERN_NOTICE "vpm_echocan_on called taps [%d] on timeslot %d\n", in vpm_echocan_on()
835 taps, timeslot); in vpm_echocan_on()
837 vpm_out(hc, unit, timeslot, 0x7e); in vpm_echocan_on()
843 unsigned int timeslot; in vpm_echocan_off() local
864 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_off()
867 printk(KERN_NOTICE "vpm_echocan_off called on timeslot %d\n", in vpm_echocan_off()
868 timeslot); in vpm_echocan_off()
870 vpm_out(hc, unit, timeslot, in vpm_echocan_off()
[all...]

Completed in 6 milliseconds