Searched refs:T1_SLOWLINK (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/isdn/hardware/avm/ |
D | t1isa.c | 102 t1outp(base, T1_SLOWLINK + T1_RESETLINK, 0); in t1_detectandinit() 105 t1outp(base, T1_SLOWLINK + T1_RESETLINK, 1); in t1_detectandinit() 108 t1outp(base, T1_SLOWLINK + T1_RESETLINK, 0); in t1_detectandinit() 112 t1outp(base, T1_SLOWLINK + T1_ANALYSE, 0); in t1_detectandinit() 126 if (t1inp(base, T1_SLOWLINK + T1_OUTSTAT) != 0x1) /* tx empty */ in t1_detectandinit() 128 if ((t1inp(base, T1_SLOWLINK + T1_IRQMASTER) & 0x0e) != 0) in t1_detectandinit() 130 if ((t1inp(base, T1_SLOWLINK + T1_IDENT) & 0x7d) != 0) in t1_detectandinit()
|
D | avmcard.h | 353 #define T1_SLOWLINK 0x08 macro
|