Home
last modified time | relevance | path

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

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