Searched refs:INT_CAUSE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 68 #define INT_CAUSE 0x0450 macro 663 wrl(pep, INT_CAUSE, 0); in eth_port_start() 687 wrl(pep, INT_CAUSE, 0); in eth_port_reset() 860 icr = rdl(pep, INT_CAUSE); in pxa168_eth_collect_events() 864 wrl(pep, INT_CAUSE, ~icr); in pxa168_eth_collect_events() 1012 wrl(pep, INT_CAUSE, 0); in pxa168_init_hw() 1193 wrl(pep, INT_CAUSE, 0); in pxa168_eth_stop()
|
D | mv643xx_eth.c | 127 #define INT_CAUSE 0x0060 macro 2161 int_cause = rdlp(mp, INT_CAUSE) & mp->int_mask; in mv643xx_eth_collect_events() 2172 wrlp(mp, INT_CAUSE, ~int_cause); in mv643xx_eth_collect_events() 2435 wrlp(mp, INT_CAUSE, 0); in mv643xx_eth_open()
|