Searched refs:t1outp (Results 1 – 3 of 3) sorted by relevance
/drivers/isdn/hardware/avm/ |
D | t1isa.c | 87 t1outp(base, T1_RESETBOARD, 0xf); in t1_detectandinit() 93 for (i = 1; i <= 0xf; i++) t1outp(base, i, dummy); in t1_detectandinit() 94 t1outp(base, HEMA_PAL_ID & 0xf, dummy); in t1_detectandinit() 95 t1outp(base, HEMA_PAL_ID >> 4, cregs[0]); in t1_detectandinit() 96 for (i = 1; i < 7; i++) t1outp(base, 0, cregs[i]); in t1_detectandinit() 97 t1outp(base, ((base >> 4)) & 0x3, cregs[7]); in t1_detectandinit() 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() [all …]
|
D | avmcard.h | 386 static inline void t1outp(unsigned int base, in t1outp() function 497 t1outp(base, T1_IRQMASTER, 0x00); in t1_disable_irq() 505 t1outp(base, B1_INSTAT, 0x00); in t1_reset() 506 t1outp(base, B1_OUTSTAT, 0x00); in t1_reset() 507 t1outp(base, T1_IRQMASTER, 0x00); in t1_reset() 509 t1outp(base, T1_RESETBOARD, 0xf); in t1_reset() 517 t1outp(base, B1_INSTAT, 0x00); in b1_setinterrupt() 518 t1outp(base, B1_INSTAT, 0x02); in b1_setinterrupt() 519 t1outp(base, T1_IRQMASTER, 0x08); in b1_setinterrupt()
|
D | b1dma.c | 117 t1outp(card->port, 0x01, *s++); in b1dma_tolink() 226 t1outp(card->port, 0x10, 0x00); in b1dma_reset() 227 t1outp(card->port, 0x07, 0x00); in b1dma_reset() 271 t1outp(card->port, 0x10, 0x00); in b1dma_detect() 272 t1outp(card->port, 0x07, 0x00); in b1dma_detect() 274 t1outp(card->port, 0x02, 0x02); in b1dma_detect() 275 t1outp(card->port, 0x03, 0x02); in b1dma_detect() 281 t1outp(card->port, 0x02, 0x00); in b1dma_detect() 282 t1outp(card->port, 0x03, 0x00); in b1dma_detect() 739 t1outp(card->port, 0x07, 0x30); in b1dma_load_firmware() [all …]
|