Lines Matching refs:MAC_CTRL
488 mac_ctrl_val = ipg_r32(MAC_CTRL); in ipg_config_autoneg()
564 ipg_w32(mac_ctrl_val, MAC_CTRL); in ipg_config_autoneg()
648 origmacctrl = ipg_r32(MAC_CTRL); in ipg_io_config()
671 IPG_MC_RSVD_MASK, MAC_CTRL); in ipg_io_config()
676 ipg_w32((origmacctrl & IPG_MC_IFS_96BIT) & IPG_MC_RSVD_MASK, MAC_CTRL); in ipg_io_config()
712 ipg_w32(IPG_MC_RSVD_MASK & restoremacctrl, MAC_CTRL); in ipg_io_config()
915 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_TX_ENABLE) & IPG_MC_RSVD_MASK, in ipg_tx_timeout()
916 MAC_CTRL); in ipg_tx_timeout()
960 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_TX_ENABLE) & in ipg_nic_txcleanup()
961 IPG_MC_RSVD_MASK, MAC_CTRL); in ipg_nic_txcleanup()
967 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_TX_ENABLE) & in ipg_nic_txcleanup()
968 IPG_MC_RSVD_MASK, MAC_CTRL); in ipg_nic_txcleanup()
986 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_TX_ENABLE) & in ipg_nic_txcleanup()
987 IPG_MC_RSVD_MASK, MAC_CTRL); in ipg_nic_txcleanup()
1787 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_RX_ENABLE | IPG_MC_TX_ENABLE) & in ipg_nic_open()
1788 IPG_MC_RSVD_MASK, MAC_CTRL); in ipg_nic_open()