Home
last modified time | relevance | path

Searched refs:T1_FASTLINK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/isdn/avmb1/
Dt1isa.c85 dummy = t1inp(base, T1_FASTLINK+T1_OUTSTAT); /* first read */ in t1_detectandinit()
97 t1outp(base, T1_FASTLINK+T1_RESETLINK, 0); in t1_detectandinit()
100 t1outp(base, T1_FASTLINK+T1_RESETLINK, 1); in t1_detectandinit()
103 t1outp(base, T1_FASTLINK+T1_RESETLINK, 0); in t1_detectandinit()
106 t1outp(base, T1_FASTLINK+T1_ANALYSE, 0); in t1_detectandinit()
110 if (t1inp(base, T1_FASTLINK+T1_OUTSTAT) != 0x1) /* tx empty */ in t1_detectandinit()
112 if (t1inp(base, T1_FASTLINK+T1_INSTAT) != 0x0) /* rx empty */ in t1_detectandinit()
114 if (t1inp(base, T1_FASTLINK+T1_IRQENABLE) != 0x0) in t1_detectandinit()
116 if ((t1inp(base, T1_FASTLINK+T1_FIFOSTAT) & 0xf0) != 0x70) in t1_detectandinit()
118 if ((t1inp(base, T1_FASTLINK+T1_IRQMASTER) & 0x0e) != 0) in t1_detectandinit()
[all …]
Davmcard.h337 #define T1_FASTLINK 0x00 macro