Searched refs:mtt (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dw83977af_ir.c501 int mtt; local
534 mtt = irda_get_mtt(skb);
536 if (mtt > 50) {
538 mtt /= 1000+1;
542 outb(mtt & 0xff, iobase+TMRL);
543 outb((mtt >> 8) & 0x0f, iobase+TMRH);
554 IRDA_DEBUG(4, "%s(%ld), mtt=%d\n", __FUNCTION__, jiffies, mtt);
555 if (mtt)
556 udelay(mtt);
[all...]
H A Dirda-usb.c335 int res, mtt; local
432 mtt = irda_get_mtt(skb);
433 if (mtt) {
445 /* Check if the mtt is larger than the time we have
448 if (mtt > diff) {
449 mtt -= diff;
450 if (mtt > 1000)
451 mdelay(mtt/1000);
453 udelay(mtt);
H A Dali-ircc.c1436 int mtt, diff; local
1476 mtt = irda_get_mtt(skb);
1478 if (mtt)
1491 /* Check if the mtt is larger than the time we have
1494 if (mtt > diff)
1496 mtt -= diff;
1503 if (mtt > 500)
1506 mtt = (mtt+250) / 500; /* 4 discard, 5 get advanced, Let's round off */
1508 IRDA_DEBUG(1, "%s(), ************** mtt
[all...]
H A Dtoshoboe.c269 int mtt, len; local
327 mtt = irda_get_mtt (skb);
328 if (mtt)
329 udelay (mtt);
H A Dnsc-ircc.c1128 int mtt, diff; local
1168 mtt = irda_get_mtt(skb);
1169 if (mtt) {
1176 /* Check if the mtt is larger than the time we have
1179 if (mtt > diff) {
1180 mtt -= diff;
1187 if (mtt > 125) {
1189 mtt = mtt / 125;
1193 outb(mtt
[all...]
H A Dsmc-ircc.c710 int mtt; local
739 mtt = irda_get_mtt(skb);
740 if (mtt) {
747 bofs = mtt * (self->io->speed / 1000) / 8000;
H A Dsa1100_ir.c775 int mtt = irda_get_mtt(skb); local
797 if (mtt)
798 udelay(mtt);
H A Dvlsi_ir.c649 do_gettimeofday(&idev->last_rx); /* remember "now" for later mtt delay */
850 do_gettimeofday(&idev->last_rx); /* first mtt may start from now on */
934 int mtt; local
981 /* let mtt delay pass before we need to acquire the spinlock! */
983 if ((mtt = irda_get_mtt(skb)) > 0) {
985 ready.tv_usec = idev->last_rx.tv_usec + mtt;
989 ready.tv_sec++; /* IrLAP 1.1: mtt always < 1 sec */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirda.h189 __u16 mtt; /* Minimum turn around time */ member in struct:irda_skb_cb
194 __u16 xbofs_delay; /* Number of xbofs used for generating the mtt */
H A Dirda_device.h200 ((struct irda_skb_cb *)(skb->cb))->mtt : 10000 \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirda.h189 __u16 mtt; /* Minimum turn around time */ member in struct:irda_skb_cb
194 __u16 xbofs_delay; /* Number of xbofs used for generating the mtt */
H A Dirda_device.h200 ((struct irda_skb_cb *)(skb->cb))->mtt : 10000 \
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirlap_frame.c63 cb->mtt = self->mtt_required;

Completed in 70 milliseconds