cause_misc       2789 drivers/net/ethernet/marvell/mvneta.c 		u32 cause_misc = mvreg_read(pp, MVNETA_INTR_MISC_CAUSE);
cause_misc       2793 drivers/net/ethernet/marvell/mvneta.c 		if (cause_misc & (MVNETA_CAUSE_PHY_STATUS_CHANGE |
cause_misc       3331 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	u32 cause_rx_tx, cause_rx, cause_tx, cause_misc;
cause_misc       3352 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	cause_misc = cause_rx_tx & MVPP2_CAUSE_MISC_SUM_MASK;
cause_misc       3353 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (cause_misc) {
cause_misc       3354 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		mvpp2_cause_error(port->dev, cause_misc);