Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h70 #define MVPP2_PRS_PORT_LU_MASK(port) (0xff << ((port) * 4)) macro
H A Dmvpp2_prs.c1109 val &= ~MVPP2_PRS_PORT_LU_MASK(port); in mvpp2_prs_hw_port_init()
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c95 #define MVPP2_PRS_PORT_LU_MASK(port) (0xff << ((port) * 4)) macro
1890 val &= ~MVPP2_PRS_PORT_LU_MASK(port); in mvpp2_prs_hw_port_init()