Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Demac.h123 #define EMAC_MR1_MF_IPPA(id) (((id) & 0x1f) << 6) macro
H A Dcore.c614 mr1 |= EMAC_MR1_MF_1000GPCS | EMAC_MR1_MF_IPPA( in emac_configure()