Searched refs:MVPP2_CLS_PORT_WAY_MASK (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/marvell/mvpp2/ | ||
D | mvpp2.h | 103 #define MVPP2_CLS_PORT_WAY_MASK(port) (1 << (port)) macro |
D | mvpp2_cls.c | 960 val &= ~MVPP2_CLS_PORT_WAY_MASK(port->id); in mvpp2_cls_port_config() |