Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c3176 u32 port_cfg_reg, val; in mvneta_rx_unicast_promisc_set() local
3178 port_cfg_reg = mvreg_read(pp, MVNETA_PORT_CONFIG); in mvneta_rx_unicast_promisc_set()
3185 port_cfg_reg |= MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set()
3191 port_cfg_reg &= ~MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set()
3195 mvreg_write(pp, MVNETA_PORT_CONFIG, port_cfg_reg); in mvneta_rx_unicast_promisc_set()