Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h100 #define MVPP2_CLS_PORT_WAY_MASK(port) (1 << (port)) macro
H A Dmvpp2_cls.c954 val &= ~MVPP2_CLS_PORT_WAY_MASK(port->id); in mvpp2_cls_port_config()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvpp2.c128 #define MVPP2_CLS_PORT_WAY_MASK(port) (1 << (port)) macro
2533 val &= ~MVPP2_CLS_PORT_WAY_MASK(port->id); in mvpp2_cls_port_config()