int_cause_ext 2144 drivers/net/ethernet/marvell/mv643xx_eth.c u32 int_cause_ext; int_cause_ext 2150 drivers/net/ethernet/marvell/mv643xx_eth.c int_cause_ext = 0; int_cause_ext 2153 drivers/net/ethernet/marvell/mv643xx_eth.c int_cause_ext = rdlp(mp, INT_CAUSE_EXT); int_cause_ext 2163 drivers/net/ethernet/marvell/mv643xx_eth.c int_cause_ext &= INT_EXT_LINK_PHY | INT_EXT_TX; int_cause_ext 2164 drivers/net/ethernet/marvell/mv643xx_eth.c if (int_cause_ext) { int_cause_ext 2165 drivers/net/ethernet/marvell/mv643xx_eth.c wrlp(mp, INT_CAUSE_EXT, ~int_cause_ext); int_cause_ext 2166 drivers/net/ethernet/marvell/mv643xx_eth.c if (int_cause_ext & INT_EXT_LINK_PHY) int_cause_ext 2168 drivers/net/ethernet/marvell/mv643xx_eth.c mp->work_tx |= int_cause_ext & INT_EXT_TX;