Lines Matching refs:ioread32
460 iowrite32 (reset_cmd | ioread32 (ioaddr), ioaddr); in sundance_reset()
463 while (ioread32 (ioaddr) & (ResetBusy << 16)) { in sundance_reset()
624 dev->name, ioread32(ioaddr + ASICCtrl)); in sundance_probe1()
660 if (ioread32 (ioaddr + ASICCtrl) & 0x80) { in sundance_probe1()
689 printk("ASIC Control is %x.\n", ioread32(ioaddr + ASICCtrl)); in sundance_probe1()
692 printk("ASIC Control is now %x.\n", ioread32(ioaddr + ASICCtrl)); in sundance_probe1()
724 #define eeprom_delay(ee_addr) ioread32(ee_addr)
876 iowrite32(ioread32(ioaddr + ASICCtrl) | 0x0C, ioaddr + ASICCtrl); in netdev_open()
909 dev->name, ioread32(ioaddr + RxStatus), ioread8(ioaddr + TxStatus), in netdev_open()
910 ioread32(ioaddr + MACCtrl0), in netdev_open()
965 ioread8(ioaddr + TxStatus), ioread32(ioaddr + RxStatus)); in netdev_timer()
998 ioread32(np->base + TxListPtr), in tx_timeout()
1093 if (ioread32 (np->base + TxListPtr) == 0) in tx_poll()
1850 ioread32(ioaddr + RxStatus), ioread16(ioaddr + IntrStatus)); in netdev_close()
1865 if ((ioread32(ioaddr + DMACtrl) & 0xc000) == 0) in netdev_close()