Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c972 switch (ENETC_MMCSR_GET_VSTS(val)) { in enetc_get_mm()
1021 ENETC_MMCSR_GET_VSTS(val) == 3, in enetc_mm_wait_tx_active()
H A Denetc_hw.h235 #define ENETC_MMCSR_GET_VSTS(x) (((x) & ENETC_MMCSR_VSTS_MASK) >> 18) macro