Searched refs:MGE_PORT_INT_CAUSE_EXT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mge/ |
H A D | if_mge.c | 737 int_cause_ext = MGE_READ(sc, MGE_PORT_INT_CAUSE_EXT); in mge_poll() 745 MGE_WRITE(sc, MGE_PORT_INT_CAUSE_EXT, ~int_cause_ext); in mge_poll() 1211 int_cause_ext = MGE_READ(sc, MGE_PORT_INT_CAUSE_EXT); in mge_intr_rxtx() 1216 MGE_WRITE(sc, MGE_PORT_INT_CAUSE_EXT, ~(int_cause_ext & in mge_intr_rxtx() 1268 int_cause_ext = MGE_READ(sc, MGE_PORT_INT_CAUSE_EXT); in mge_intr_rx() 1291 MGE_WRITE(sc, MGE_PORT_INT_CAUSE_EXT, ~int_cause_ext); in mge_intr_rx_check() 1389 int_cause_ext = MGE_READ(sc, MGE_PORT_INT_CAUSE_EXT); in mge_intr_tx() 1390 MGE_WRITE(sc, MGE_PORT_INT_CAUSE_EXT, ~(int_cause_ext & in mge_intr_tx() 1946 MGE_WRITE(sc, MGE_PORT_INT_CAUSE_EXT, 0x0); in mge_intrs_ctrl()
|
H A D | if_mgevar.h | 289 #define MGE_PORT_INT_CAUSE_EXT 0x464 macro
|