Searched refs:T1_RESETLINK (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/isdn/hardware/avm/ |
D | t1isa.c | 101 t1outp(base, T1_FASTLINK + T1_RESETLINK, 0); in t1_detectandinit() 102 t1outp(base, T1_SLOWLINK + T1_RESETLINK, 0); in t1_detectandinit() 104 t1outp(base, T1_FASTLINK + T1_RESETLINK, 1); in t1_detectandinit() 105 t1outp(base, T1_SLOWLINK + T1_RESETLINK, 1); in t1_detectandinit() 107 t1outp(base, T1_FASTLINK + T1_RESETLINK, 0); in t1_detectandinit() 108 t1outp(base, T1_SLOWLINK + T1_RESETLINK, 0); in t1_detectandinit()
|
D | avmcard.h | 361 #define T1_RESETLINK 0x10 macro
|