Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dmvpp2.c361 #define MVPP2_GMAC_PORT_EN_MASK BIT(0) macro
2925 val |= MVPP2_GMAC_PORT_EN_MASK; in mvpp2_port_enable()
2935 val &= ~(MVPP2_GMAC_PORT_EN_MASK); in mvpp2_port_disable()