Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/
Dpxa168_eth.c68 #define INT_CAUSE 0x0450 macro
660 wrl(pep, INT_CAUSE, 0); in eth_port_start()
684 wrl(pep, INT_CAUSE, 0); in eth_port_reset()
857 icr = rdl(pep, INT_CAUSE); in pxa168_eth_collect_events()
861 wrl(pep, INT_CAUSE, ~icr); in pxa168_eth_collect_events()
1007 wrl(pep, INT_CAUSE, 0); in pxa168_init_hw()
1186 wrl(pep, INT_CAUSE, 0); in pxa168_eth_stop()
Dmv643xx_eth.c127 #define INT_CAUSE 0x0060 macro
2165 int_cause = rdlp(mp, INT_CAUSE) & mp->int_mask; in mv643xx_eth_collect_events()
2176 wrlp(mp, INT_CAUSE, ~int_cause); in mv643xx_eth_collect_events()
2441 wrlp(mp, INT_CAUSE, 0); in mv643xx_eth_open()