Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/avm/
Dt1isa.c101 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()
Davmcard.h361 #define T1_RESETLINK 0x10 macro