Searched refs:MVPP22_CLS_C2_PORT_ID (Results 1 – 2 of 2) sorted by relevance
791 c2.tcam[4] = MVPP22_CLS_C2_PORT_ID(pmap); in mvpp2_port_c2_cls_init()792 c2.tcam[4] |= MVPP22_CLS_C2_TCAM_EN(MVPP22_CLS_C2_PORT_ID(pmap)); in mvpp2_port_c2_cls_init()
126 #define MVPP22_CLS_C2_PORT_ID(port) ((port) << 8) macro