Home
last modified time | relevance | path

Searched refs:ENETC_PM0_RX_EN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c1077 enetc_port_wr(&si->hw, ENETC_PM0_CMD_CFG, val & ~ENETC_PM0_RX_EN); in enetc_restart_emac_rx()
1079 if (val & ENETC_PM0_RX_EN) in enetc_restart_emac_rx()
H A Denetc_pf.c580 val &= ~(ENETC_PM0_TX_EN | ENETC_PM0_RX_EN); in enetc_mac_enable()
581 val |= en ? (ENETC_PM0_TX_EN | ENETC_PM0_RX_EN) : 0; in enetc_mac_enable()
H A Denetc_hw.h258 #define ENETC_PM0_RX_EN BIT(1) macro