Home
last modified time | relevance | path

Searched refs:XGMAC_IOWRITE (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c336 XGMAC_IOWRITE(pdata, MAC_RSSDR, val); in xgbe_write_rss_reg()
427 XGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options); in xgbe_enable_rss()
553 XGMAC_IOWRITE(pdata, reg, reg_val); in xgbe_disable_tx_flow_control()
600 XGMAC_IOWRITE(pdata, reg, reg_val); in xgbe_enable_tx_flow_control()
743 XGMAC_IOWRITE(pdata, MAC_IER, mac_ier); in xgbe_enable_mac_interrupts()
1009 XGMAC_IOWRITE(pdata, *mac_reg, mac_addr_hi); in xgbe_set_mac_reg()
1011 XGMAC_IOWRITE(pdata, *mac_reg, mac_addr_lo); in xgbe_set_mac_reg()
1078 XGMAC_IOWRITE(pdata, hash_reg, hash_table[i]); in xgbe_set_mac_hash_table()
1101 XGMAC_IOWRITE(pdata, MAC_MACA0HR, mac_addr_hi); in xgbe_set_mac_address()
1102 XGMAC_IOWRITE(pdata, MAC_MACA0LR, mac_addr_lo); in xgbe_set_mac_address()
[all …]
Dxgbe-ptp.c258 XGMAC_IOWRITE(pdata, MAC_TSCR, 0); in xgbe_ptp_register()
Dxgbe-debugfs.c215 XGMAC_IOWRITE(pdata, pdata->debugfs_xgmac_reg, value); in xgmac_reg_value_write()
Dxgbe-common.h1510 #define XGMAC_IOWRITE(_pdata, _reg, _val) \ macro
1519 XGMAC_IOWRITE((_pdata), _reg, reg_val); \