Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2150 u32 int_cause_ext; in mv643xx_eth_collect_events() local
2156 int_cause_ext = 0; in mv643xx_eth_collect_events()
2159 int_cause_ext = rdlp(mp, INT_CAUSE_EXT); in mv643xx_eth_collect_events()
2169 int_cause_ext &= INT_EXT_LINK_PHY | INT_EXT_TX; in mv643xx_eth_collect_events()
2170 if (int_cause_ext) { in mv643xx_eth_collect_events()
2171 wrlp(mp, INT_CAUSE_EXT, ~int_cause_ext); in mv643xx_eth_collect_events()
2172 if (int_cause_ext & INT_EXT_LINK_PHY) in mv643xx_eth_collect_events()
2174 mp->work_tx |= int_cause_ext & INT_EXT_TX; in mv643xx_eth_collect_events()