Lines Matching refs:base_addr
93 if(((ioread32(tp->base_addr + CSR5)>>17)&0x07) == 4) { in tulip_refill_rx()
97 iowrite32(0x01, tp->base_addr + CSR2); in tulip_refill_rx()
135 if (ioread32(tp->base_addr + CSR5) == 0xffffffff) { in tulip_poll()
140 iowrite32((RxIntr | RxNoBuf), tp->base_addr + CSR5); in tulip_poll()
276 } while ((ioread32(tp->base_addr + CSR5) & RxIntr)); in tulip_poll()
301 iowrite32(mit_table[MIT_TABLE], tp->base_addr + CSR11); in tulip_poll()
307 iowrite32(0, tp->base_addr + CSR11); in tulip_poll()
323 iowrite32(tulip_tbl[tp->chip_id].valid_intrs, tp->base_addr+CSR7); in tulip_poll()
493 int csr12 = ioread32(tp->base_addr + CSR12) & 0xff; in phy_interrupt()
497 iowrite32(csr12 | 0x02, tp->base_addr + CSR12); in phy_interrupt()
504 iowrite32(csr12 & ~0x02, tp->base_addr + CSR12); in phy_interrupt()
519 void __iomem *ioaddr = tp->base_addr; in tulip_interrupt()