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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300_drv.c466 static void falc_open_timeslot(pc300_t * card, int ch, int timeslot) argument
471 cpc_writeb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch),
472 cpc_readb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch)) &
473 ~(0x80 >> ((timeslot - tshf) & 0x07)));
474 cpc_writeb(falcbase + F_REG((TTR1 + timeslot / 8), ch),
475 cpc_readb(falcbase + F_REG((TTR1 + timeslot / 8), ch)) |
476 (0x80 >> (timeslot & 0x07)));
477 cpc_writeb(falcbase + F_REG((RTR1 + timeslot / 8), ch),
478 cpc_readb(falcbase + F_REG((RTR1 + timeslot / 8), ch)) |
479 (0x80 >> (timeslot
482 falc_close_timeslot(pc300_t * card, int ch, int timeslot) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c833 unsigned int timeslot; local
853 timeslot = ((ch/4)*8) + ((ch%4)*4) + 1;
856 printk(KERN_NOTICE "vpm_echocan_on called taps [%d] on timeslot %d\n",
857 taps, timeslot);
859 vpm_out(hc, unit, timeslot, 0x7e);
865 unsigned int timeslot; local
886 timeslot = ((ch/4)*8) + ((ch%4)*4) + 1;
889 printk(KERN_NOTICE "vpm_echocan_off called on timeslot %d\n",
890 timeslot);
892 vpm_out(hc, unit, timeslot,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhisax.h797 unsigned char timeslot; member in struct:gazel_hw

Completed in 97 milliseconds