unicast_reg      1531 drivers/net/ethernet/marvell/mvneta.c 	unsigned int unicast_reg;
unicast_reg      1544 drivers/net/ethernet/marvell/mvneta.c 	unicast_reg = mvreg_read(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset));
unicast_reg      1548 drivers/net/ethernet/marvell/mvneta.c 		unicast_reg &= ~(0xff << (8 * reg_offset));
unicast_reg      1550 drivers/net/ethernet/marvell/mvneta.c 		unicast_reg &= ~(0xff << (8 * reg_offset));
unicast_reg      1551 drivers/net/ethernet/marvell/mvneta.c 		unicast_reg |= ((0x01 | (queue << 1)) << (8 * reg_offset));
unicast_reg      1554 drivers/net/ethernet/marvell/mvneta.c 	mvreg_write(pp, (MVNETA_DA_FILT_UCAST_BASE + tbl_offset), unicast_reg);