Lines Matching refs:iowrite32

327 	iowrite32(Mii_Divider, port_base + Miicmd0);  in _sc92031_mii_cmd()
331 iowrite32(cmd1, port_base + Miicmd1); in _sc92031_mii_cmd()
332 iowrite32(Mii_Divider | cmd0, port_base + Miicmd0); in _sc92031_mii_cmd()
362 iowrite32(0, port_base + IntrMask); in sc92031_disable_interrupts()
381 iowrite32(IntrBits, port_base + IntrMask); in sc92031_enable_interrupts()
392 iowrite32(priv->rx_config, port_base + RxConfig); in _sc92031_disable_tx_rx()
393 iowrite32(priv->tx_config, port_base + TxConfig); in _sc92031_disable_tx_rx()
403 iowrite32(priv->rx_config, port_base + RxConfig); in _sc92031_enable_tx_rx()
404 iowrite32(priv->tx_config, port_base + TxConfig); in _sc92031_enable_tx_rx()
452 iowrite32(mar0, port_base + MAR0); in _sc92031_set_mar()
453 iowrite32(mar1, port_base + MAR0 + 4); in _sc92031_set_mar()
483 iowrite32(priv->rx_config, port_base + RxConfig); in _sc92031_set_rx_config()
528 iowrite32(flow_ctrl_config, port_base + FlowCtrlConfig); in _sc92031_check_media()
580 iowrite32(phy_ctrl, port_base + PhyCtrl); in _sc92031_phy_reset()
584 iowrite32(phy_ctrl, port_base + PhyCtrl); in _sc92031_phy_reset()
601 iowrite32(0, port_base + PMConfig); in _sc92031_reset()
604 iowrite32(Cfg0_Reset, port_base + Config0); in _sc92031_reset()
607 iowrite32(0, port_base + Config0); in _sc92031_reset()
611 iowrite32(0, port_base + IntrMask); in _sc92031_reset()
614 iowrite32(0, port_base + MAR0); in _sc92031_reset()
615 iowrite32(0, port_base + MAR0 + 4); in _sc92031_reset()
618 iowrite32(priv->rx_ring_dma_addr, port_base + RxbufAddr); in _sc92031_reset()
633 iowrite32(Cfg1_Rcv64K, port_base + Config1); in _sc92031_reset()
642 iowrite32(priv->pm_config, port_base + PMConfig); in _sc92031_reset()
821 iowrite32(priv->rx_ring_tail, port_base + RxBufRPtr); in _sc92031_rx_tasklet()
869 iowrite32(intr_mask, port_base + IntrMask); in sc92031_tasklet()
883 iowrite32(0, port_base + IntrMask); in sc92031_interrupt()
903 iowrite32(intr_mask, port_base + IntrMask); in sc92031_interrupt()
978 iowrite32(priv->tx_bufs_dma_addr + entry * TX_BUF_SIZE, in sc92031_start_xmit()
980 iowrite32(tx_status, port_base + TxStatus0 + entry * 4); in sc92031_start_xmit()
1245 iowrite32(phy_ctrl, port_base + PhyCtrl); in sc92031_ethtool_set_settings()
1302 iowrite32(pm_config, port_base + PMConfig); in sc92031_ethtool_set_wol()
1457 iowrite32((~PM_LongWF & ~PM_LWPTN) | PM_Enable, port_base + PMConfig); in sc92031_probe()