Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc_hw.h237 #define ENETC_PMO_IFM_RG BIT(2) macro
239 #define ENETC_PM0_IFM_RGAUTO (BIT(15) | ENETC_PMO_IFM_RG | BIT(1))
Denetc_pf.c323 if (reg & ENETC_PMO_IFM_RG) { in enetc_set_loopback()
503 if (enetc_port_rd(hw, ENETC_PM0_IF_MODE) & ENETC_PMO_IFM_RG || in enetc_mac_config()