Lines Matching refs:ioread32
491 #define eeprom_delay(ee_addr) ioread32(ee_addr)
525 retval = (retval << 1) | ((ioread32(ee_addr) & EE_DataIn) ? 1 : 0); in eeprom_read()
542 #define mdio_delay(mdio_addr) ioread32(mdio_addr)
590 retval = (retval << 1) | ((ioread32(mdio_addr) & MDIO_DataIn) ? 1 : 0); in mdio_read()
752 int csr5 = ioread32(ioaddr + IntrStatus); in update_csr6()
786 ioread32(ioaddr + IntrStatus), in netdev_timer()
787 ioread32(ioaddr + NetworkConfig)); in netdev_timer()
934 ioread32(ioaddr + IntrStatus)); in tx_timeout()
949 printk(KERN_DEBUG "Tx Descriptor addr %xh\n", ioread32(ioaddr+0x4C)); in tx_timeout()
1124 u32 intr_status = ioread32(ioaddr + IntrStatus); in intr_handler()
1172 ioread32(ioaddr + IntrStatus)); in intr_handler()
1323 np->stats.rx_missed_errors += ioread32(ioaddr + RxMissed) & 0xffff; in netdev_error()
1336 np->stats.rx_missed_errors += ioread32(ioaddr + RxMissed) & 0xffff; in get_stats()
1486 ioread32(ioaddr + IntrStatus), in netdev_close()
1487 ioread32(ioaddr + NetworkConfig)); in netdev_close()
1504 if (ioread32(ioaddr + NetworkConfig) != 0xffffffff) in netdev_close()
1505 np->stats.rx_missed_errors += ioread32(ioaddr + RxMissed) & 0xffff; in netdev_close()
1590 np->stats.rx_missed_errors += ioread32(ioaddr + RxMissed) & 0xffff; in w840_suspend()
1594 BUG_ON(np->csr6 || ioread32(ioaddr + IntrEnable)); in w840_suspend()
1623 ioread32(np->base_addr+PCIBusCfg); in w840_resume()