Lines Matching refs:ioread32
310 ioread32(port_base + MAC0); in _sc92031_dummy_read()
319 mii_status = ioread32(port_base + Miistatus); in _sc92031_mii_wait()
557 phy_ctrl = ioread32(port_base + PhyCtrl); in _sc92031_phy_reset()
645 ioread32(port_base + IntrStatus); in _sc92031_reset()
660 tx_status = ioread32(port_base + TxStatus0 + entry * 4); in _sc92031_tx_tasklet()
731 rx_ring_head = ioread32(port_base + RxBufWPtr); in _sc92031_rx_tasklet()
886 intr_status = ioread32(port_base + IntrStatus); in sc92031_interrupt()
921 temp = (ioread32(port_base + RxStatus0) >> 16) & 0xffff; in sc92031_get_stats()
1136 phy_address = ioread32(port_base + Miicmd1) >> 27; in sc92031_ethtool_get_settings()
1137 phy_ctrl = ioread32(port_base + PhyCtrl); in sc92031_ethtool_get_settings()
1241 old_phy_ctrl = ioread32(port_base + PhyCtrl); in sc92031_ethtool_set_settings()
1260 pm_config = ioread32(port_base + PMConfig); in sc92031_ethtool_get_wol()
1288 pm_config = ioread32(port_base + PMConfig) in sc92031_ethtool_set_wol()
1459 mac0 = ioread32(port_base + MAC0); in sc92031_probe()
1460 mac1 = ioread32(port_base + MAC0 + 4); in sc92031_probe()