Searched refs:t1outp (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/hardware/avm/
H A Dt1isa.c87 t1outp(base, T1_RESETBOARD, 0xf);
93 for (i = 1; i <= 0xf; i++) t1outp(base, i, dummy);
94 t1outp(base, HEMA_PAL_ID & 0xf, dummy);
95 t1outp(base, HEMA_PAL_ID >> 4, cregs[0]);
96 for (i = 1; i < 7; i++) t1outp(base, 0, cregs[i]);
97 t1outp(base, ((base >> 4)) & 0x3, cregs[7]);
101 t1outp(base, T1_FASTLINK + T1_RESETLINK, 0);
102 t1outp(base, T1_SLOWLINK + T1_RESETLINK, 0);
104 t1outp(base, T1_FASTLINK + T1_RESETLINK, 1);
105 t1outp(bas
[all...]
H A Davmcard.h386 static inline void t1outp(unsigned int base, function
497 t1outp(base, T1_IRQMASTER, 0x00);
505 t1outp(base, B1_INSTAT, 0x00);
506 t1outp(base, B1_OUTSTAT, 0x00);
507 t1outp(base, T1_IRQMASTER, 0x00);
509 t1outp(base, T1_RESETBOARD, 0xf);
517 t1outp(base, B1_INSTAT, 0x00);
518 t1outp(base, B1_INSTAT, 0x02);
519 t1outp(base, T1_IRQMASTER, 0x08);
H A Db1dma.c117 t1outp(card->port, 0x01, *s++);
226 t1outp(card->port, 0x10, 0x00);
227 t1outp(card->port, 0x07, 0x00);
271 t1outp(card->port, 0x10, 0x00);
272 t1outp(card->port, 0x07, 0x00);
274 t1outp(card->port, 0x02, 0x02);
275 t1outp(card->port, 0x03, 0x02);
281 t1outp(card->port, 0x02, 0x00);
282 t1outp(card->port, 0x03, 0x00);
739 t1outp(car
[all...]

Completed in 34 milliseconds