Searched refs:ENETC4_PM_CMD_CFG (Results 1 – 2 of 2) sorted by relevance
435 old_val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_set_hd_flow_control()440 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_set_hd_flow_control()448 old_val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_set_rx_pause()453 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_set_rx_pause()506 val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_enable_mac()510 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_enable_mac()
130 #define ENETC4_PM_CMD_CFG(mac) (0x5008 + (mac) * 0x400) macro