Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfcmulti.c856 unsigned int timeslot; in vpm_echocan_on() local
876 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_on()
880 taps, timeslot); in vpm_echocan_on()
882 vpm_out(hc, unit, timeslot, 0x7e); in vpm_echocan_on()
888 unsigned int timeslot; in vpm_echocan_off() local
909 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_off()
913 timeslot); in vpm_echocan_off()
915 vpm_out(hc, unit, timeslot, 0x01); in vpm_echocan_off()
/linux-4.19.296/drivers/isdn/hisax/
Dhisax.h798 unsigned char timeslot; member