Home
last modified time | relevance | path

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

/drivers/net/wan/
Dpc300_drv.c673 static void falc_open_timeslot(pc300_t * card, int ch, int timeslot) in falc_open_timeslot() argument
678 cpc_writeb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch), in falc_open_timeslot()
679 cpc_readb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch)) & in falc_open_timeslot()
680 ~(0x80 >> ((timeslot - tshf) & 0x07))); in falc_open_timeslot()
681 cpc_writeb(falcbase + F_REG((TTR1 + timeslot / 8), ch), in falc_open_timeslot()
682 cpc_readb(falcbase + F_REG((TTR1 + timeslot / 8), ch)) | in falc_open_timeslot()
683 (0x80 >> (timeslot & 0x07))); in falc_open_timeslot()
684 cpc_writeb(falcbase + F_REG((RTR1 + timeslot / 8), ch), in falc_open_timeslot()
685 cpc_readb(falcbase + F_REG((RTR1 + timeslot / 8), ch)) | in falc_open_timeslot()
686 (0x80 >> (timeslot & 0x07))); in falc_open_timeslot()
[all …]
/drivers/isdn/hardware/mISDN/
Dhfcmulti.c823 unsigned int timeslot; in vpm_echocan_on() local
843 timeslot = ((ch/4)*8) + ((ch%4)*4) + 1; in vpm_echocan_on()
847 taps, timeslot); in vpm_echocan_on()
849 vpm_out(hc, unit, timeslot, 0x7e); in vpm_echocan_on()
855 unsigned int timeslot; in vpm_echocan_off() local
876 timeslot = ((ch/4)*8) + ((ch%4)*4) + 1; in vpm_echocan_off()
880 timeslot); in vpm_echocan_off()
882 vpm_out(hc, unit, timeslot, 0x01); in vpm_echocan_off()
/drivers/isdn/hisax/
Dhisax.h788 unsigned char timeslot; member