Searched refs:tout (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A DdigiFep1.h33 volatile ushort tout; member in struct:board_chan
H A Dfep.h31 volatile ushort tout; member in struct:board_chan
H A Depca.c784 tail = bc->tout;
788 if (tail != bc->tout)
789 tail = bc->tout;
804 lower address than the transmit out pointer (tout) tail; or
807 (tout) tail. Obviously space available in the transmit buffer
936 tail = bc->tout;
938 if (tail != bc->tout)
939 tail = bc->tout;
1050 tail = bc->tout;
1052 if (tail != bc->tout)
[all...]
H A Dpcxx.c707 tail = bc->tout;
708 } while (tail != bc->tout);
732 tail = bc->tout;
733 if (tail != bc->tout)
734 tail = bc->tout;
800 tail = bc->tout;
801 if (tail != bc->tout)
802 tail = bc->tout;
837 tail = bc->tout;
880 tail = bc->tout;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtty.c891 struct timeval levelt, tout, *top; local
989 tout.tv_sec = 0;
990 tout.tv_usec = 10000;
995 top = &tout;
1002 top = &tout;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtty.c962 struct timeval levelt, tout, *top; local
1067 tout.tv_sec = 0;
1068 tout.tv_usec = 10000;
1073 top = &tout;
1080 top = &tout;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtty.c961 struct timeval levelt, tout, *top; local
1066 tout.tv_sec = 0;
1067 tout.tv_usec = 10000;
1072 top = &tout;
1079 top = &tout;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/avmb1/
H A Db1.c212 unsigned long tout = 2; local
214 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
224 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
H A Db1dma.c647 unsigned long tout = 2; local
650 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
660 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dhisax.h1352 #define HZDELAY(jiffs) {int tout = jiffs; while (tout--) udelay(1000000/HZ);}
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dfas216.c1028 int tout; local
1033 for (tout = 1000; tout; tout -= 1) {

Completed in 151 milliseconds