Home
last modified time | relevance | path

Searched refs:t1inp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/isdn/hardware/avm/
Dt1isa.c89 dummy = t1inp(base, T1_FASTLINK + T1_OUTSTAT); /* first read */ in t1_detectandinit()
114 if (t1inp(base, T1_FASTLINK + T1_OUTSTAT) != 0x1) /* tx empty */ in t1_detectandinit()
116 if (t1inp(base, T1_FASTLINK + T1_INSTAT) != 0x0) /* rx empty */ in t1_detectandinit()
118 if (t1inp(base, T1_FASTLINK + T1_IRQENABLE) != 0x0) in t1_detectandinit()
120 if ((t1inp(base, T1_FASTLINK + T1_FIFOSTAT) & 0xf0) != 0x70) in t1_detectandinit()
122 if ((t1inp(base, T1_FASTLINK + T1_IRQMASTER) & 0x0e) != 0) in t1_detectandinit()
124 if ((t1inp(base, T1_FASTLINK + T1_IDENT) & 0x7d) != 1) 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()
Db1dma.c131 *s++ = t1inp(card->port, 0x00); in b1dma_fromlink()
277 if ((t1inp(card->port, 0x02) & 0xFE) != 0x02 in b1dma_detect()
278 || t1inp(card->port, 0x3) != 0x03) in b1dma_detect()
284 if ((t1inp(card->port, 0x02) & 0xFE) != 0x00 in b1dma_detect()
285 || t1inp(card->port, 0x3) != 0x01) in b1dma_detect()
Davmcard.h393 static inline unsigned char t1inp(unsigned int base, in t1inp() function