Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4.h95 #define GMAC_VLAN_VLC GENMASK(17, 16) macro
H A Ddwmac4_core.c1041 value &= ~GMAC_VLAN_VLC; in dwmac4_enable_vlan()
1042 value |= (type << GMAC_VLAN_VLC_SHIFT) & GMAC_VLAN_VLC; in dwmac4_enable_vlan()