Home
last modified time | relevance | path

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

/linux-5.19.10/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()
544 XGMAC_IOWRITE(pdata, reg, reg_val); in xgbe_disable_tx_flow_control()
593 XGMAC_IOWRITE(pdata, reg, reg_val); in xgbe_enable_tx_flow_control()
736 XGMAC_IOWRITE(pdata, MAC_IER, mac_ier); in xgbe_enable_mac_interrupts()
999 XGMAC_IOWRITE(pdata, *mac_reg, mac_addr_hi); in xgbe_set_mac_reg()
1001 XGMAC_IOWRITE(pdata, *mac_reg, mac_addr_lo); in xgbe_set_mac_reg()
1068 XGMAC_IOWRITE(pdata, hash_reg, hash_table[i]); in xgbe_set_mac_hash_table()
1091 XGMAC_IOWRITE(pdata, MAC_MACA0HR, mac_addr_hi); in xgbe_set_mac_address()
1092 XGMAC_IOWRITE(pdata, MAC_MACA0LR, mac_addr_lo); in xgbe_set_mac_address()
[all …]
Dxgbe-ptp.c270 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.h1472 #define XGMAC_IOWRITE(_pdata, _reg, _val) \ macro
1481 XGMAC_IOWRITE((_pdata), _reg, reg_val); \