Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/networking/
Dslicecom.txt105 An interface directory should be created for every timeslot group with
108 timeslot group of the 3rd. board) can't be used here, because these mean IP
216 Finding a timeslot:
230 The timeslot values are treated as decimal numbers, not to misunderstand
291 // comx2, using timeslot 17, etc.
363 - local loop for timeslot 1 in the FALC chip:
Dslicecom.hun103 Minden timeslot-csoportnak kulon comx* interfeszt kell letrehozni mkdir-rel:
222 Egy timeslot megkeresese (hanyas interfeszbe tartozik nalunk):
370 - 1-es timeslot local loop a FALC-ban: echo >lbireg 0x1d 0x21
/linux-2.4.37.9/drivers/net/wan/
Dpc300_drv.c481 void falc_open_timeslot(pc300_t * card, int ch, int timeslot) in falc_open_timeslot() argument
486 cpc_writeb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch), in falc_open_timeslot()
487 cpc_readb(falcbase + F_REG((ICB1 + (timeslot - tshf) / 8), ch)) & in falc_open_timeslot()
488 ~(0x80 >> ((timeslot - tshf) & 0x07))); in falc_open_timeslot()
489 cpc_writeb(falcbase + F_REG((TTR1 + timeslot / 8), ch), in falc_open_timeslot()
490 cpc_readb(falcbase + F_REG((TTR1 + timeslot / 8), ch)) | in falc_open_timeslot()
491 (0x80 >> (timeslot & 0x07))); in falc_open_timeslot()
492 cpc_writeb(falcbase + F_REG((RTR1 + timeslot / 8), ch), in falc_open_timeslot()
493 cpc_readb(falcbase + F_REG((RTR1 + timeslot / 8), ch)) | in falc_open_timeslot()
494 (0x80 >> (timeslot & 0x07))); in falc_open_timeslot()
[all …]
/linux-2.4.37.9/drivers/isdn/hisax/
Dhisax.h780 unsigned char timeslot; member