Home
last modified time | relevance | path

Searched refs:ENETC4_PM_CMD_CFG (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc4_pf.c435 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()
H A Denetc4_hw.h130 #define ENETC4_PM_CMD_CFG(mac) (0x5008 + (mac) * 0x400) macro