Searched refs:INT_CAUSE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 56 #define INT_CAUSE 0x0450 macro 649 wrl(pep, INT_CAUSE, 0); in eth_port_start() 673 wrl(pep, INT_CAUSE, 0); in eth_port_reset() 846 icr = rdl(pep, INT_CAUSE); in pxa168_eth_collect_events() 850 wrl(pep, INT_CAUSE, ~icr); in pxa168_eth_collect_events() 996 wrl(pep, INT_CAUSE, 0); in pxa168_init_hw() 1175 wrl(pep, INT_CAUSE, 0); in pxa168_eth_stop()
|
H A D | mv643xx_eth.c | 115 #define INT_CAUSE 0x0060 macro 2141 int_cause = rdlp(mp, INT_CAUSE) & mp->int_mask; in mv643xx_eth_collect_events() 2152 wrlp(mp, INT_CAUSE, ~int_cause); in mv643xx_eth_collect_events() 2417 wrlp(mp, INT_CAUSE, 0); in mv643xx_eth_open()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 56 #define INT_CAUSE 0x0450 macro 649 wrl(pep, INT_CAUSE, 0); in eth_port_start() 673 wrl(pep, INT_CAUSE, 0); in eth_port_reset() 846 icr = rdl(pep, INT_CAUSE); in pxa168_eth_collect_events() 850 wrl(pep, INT_CAUSE, ~icr); in pxa168_eth_collect_events() 995 wrl(pep, INT_CAUSE, 0); in pxa168_init_hw() 1174 wrl(pep, INT_CAUSE, 0); in pxa168_eth_stop()
|
H A D | mv643xx_eth.c | 116 #define INT_CAUSE 0x0060 macro 2152 int_cause = rdlp(mp, INT_CAUSE) & mp->int_mask; in mv643xx_eth_collect_events() 2163 wrlp(mp, INT_CAUSE, ~int_cause); in mv643xx_eth_collect_events() 2428 wrlp(mp, INT_CAUSE, 0); in mv643xx_eth_open()
|
Completed in 18 milliseconds