Home
last modified time | relevance | path

Searched refs:MVPP2_CLS_PORT_WAY_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h103 #define MVPP2_CLS_PORT_WAY_MASK(port) (1 << (port)) macro
H A Dmvpp2_cls.c960 val &= ~MVPP2_CLS_PORT_WAY_MASK(port->id); in mvpp2_cls_port_config()
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c115 #define MVPP2_CLS_PORT_WAY_MASK(port) (1 << (port)) macro
2519 val &= ~MVPP2_CLS_PORT_WAY_MASK(port->id); in mvpp2_cls_port_config()