Searched refs:ipg_w32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/icplus/ |
D | ipg.c | 42 #define ipg_w32(val32, reg) iowrite32((val32), ioaddr + (reg)) macro 397 ipg_w32(mode, ASIC_CTRL); in ipg_set_led_mode() 423 ipg_w32(ipg_r32(ASIC_CTRL) | resetflags, ASIC_CTRL); in ipg_reset() 564 ipg_w32(mac_ctrl_val, MAC_CTRL); in ipg_config_autoneg() 631 ipg_w32(hashtable[0], HASHTABLE_0); in ipg_nic_set_multicast_list() 632 ipg_w32(hashtable[1], HASHTABLE_1); in ipg_nic_set_multicast_list() 670 ipg_w32((origmacctrl & (IPG_MC_RX_DISABLE | IPG_MC_TX_DISABLE)) & 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() 715 ipg_w32(IPG_RZ_ALL, RMON_STATISTICS_MASK); in ipg_io_config() [all …]
|