Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/marvell/
Dmv643xx_eth.c2159 u32 int_cause_ext; in mv643xx_eth_collect_events() local
2165 int_cause_ext = 0; in mv643xx_eth_collect_events()
2168 int_cause_ext = rdlp(mp, INT_CAUSE_EXT); in mv643xx_eth_collect_events()
2178 int_cause_ext &= INT_EXT_LINK_PHY | INT_EXT_TX; in mv643xx_eth_collect_events()
2179 if (int_cause_ext) { in mv643xx_eth_collect_events()
2180 wrlp(mp, INT_CAUSE_EXT, ~int_cause_ext); in mv643xx_eth_collect_events()
2181 if (int_cause_ext & INT_EXT_LINK_PHY) in mv643xx_eth_collect_events()
2183 mp->work_tx |= int_cause_ext & INT_EXT_TX; in mv643xx_eth_collect_events()