Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mscc/
Docelot_rew.h17 #define REW_PORT_VLAN_CFG_PORT_PCP(x) (((x) << 12) & GENMASK(14, 12)) macro
/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/
Dsparx5_main_regs.h4718 #define REW_PORT_VLAN_CFG_PORT_PCP GENMASK(15, 13) macro
4720 FIELD_PREP(REW_PORT_VLAN_CFG_PORT_PCP, x)
4722 FIELD_GET(REW_PORT_VLAN_CFG_PORT_PCP, x)