Home
last modified time | relevance | path

Searched defs:MVPP2_PRS_PORT_LU_VAL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h71 #define MVPP2_PRS_PORT_LU_VAL(port, val) ((val) << ((port) * 4)) macro
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c96 #define MVPP2_PRS_PORT_LU_VAL(port, val) ((val) << ((port) * 4)) macro