Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mscc/
H A Docelot_rew.h17 #define REW_PORT_VLAN_CFG_PORT_PCP(x) (((x) << 12) & GENMASK(14, 12)) macro
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main_regs.h6614 #define REW_PORT_VLAN_CFG_PORT_PCP GENMASK(15, 13) macro
6616 FIELD_PREP(REW_PORT_VLAN_CFG_PORT_PCP, x)
6618 FIELD_GET(REW_PORT_VLAN_CFG_PORT_PCP, x)