Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/axgbe/
HDxgbe-dev.c352 XGMAC_IOWRITE(pdata, MAC_RSSDR, val); in xgbe_write_rss_reg()
446 XGMAC_IOWRITE(pdata, MAC_RSSCR, pdata->rss_options); in xgbe_enable_rss()
505 XGMAC_IOWRITE(pdata, reg, reg_val); in xgbe_disable_tx_flow_control()
549 XGMAC_IOWRITE(pdata, reg, reg_val); in xgbe_enable_tx_flow_control()
693 XGMAC_IOWRITE(pdata, MAC_IER, mac_ier); in xgbe_enable_mac_interrupts()
922 XGMAC_IOWRITE(pdata, *mac_reg, mac_addr_hi); in xgbe_set_mac_reg()
924 XGMAC_IOWRITE(pdata, *mac_reg, mac_addr_lo); in xgbe_set_mac_reg()
963 XGMAC_IOWRITE(pdata, MAC_MACA0HR, mac_addr_hi); in xgbe_set_mac_address()
964 XGMAC_IOWRITE(pdata, MAC_MACA0LR, mac_addr_lo); in xgbe_set_mac_address()
996 XGMAC_IOWRITE(pdata, MAC_GPIOSR, reg); in xgbe_clr_gpio()
[all …]
HDxgbe-ptp.c263 XGMAC_IOWRITE(pdata, MAC_TSCR, 0); in xgbe_ptp_register()
HDxgbe-common.h1488 #define XGMAC_IOWRITE(_pdata, _reg, _val) \ macro
1497 XGMAC_IOWRITE((_pdata), _reg, reg_val); \
HDxgbe-sysctl.c1237 XGMAC_IOWRITE(pdata, pdata->sysctl_xgmac_reg, value); in sysctl_xgmac_reg_value_handler()