Searched refs:SONIC_ISR (Results 1 – 3 of 3) sorted by relevance
193 SONIC_WRITE(SONIC_ISR, 0x7fff); in sonic_close()235 SONIC_WRITE(SONIC_ISR, 0x7fff); in sonic_tx_timeout()358 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT; in sonic_interrupt()366 SONIC_WRITE(SONIC_ISR, status); /* clear the interrupt(s) */ in sonic_interrupt()476 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT; in sonic_interrupt()606 rbe = rbe || SONIC_READ(SONIC_ISR) & SONIC_INT_RBE; in sonic_rx()631 SONIC_WRITE(SONIC_ISR, SONIC_INT_RBE); in sonic_rx()721 SONIC_WRITE(SONIC_ISR, 0x7fff); in sonic_init()845 SONIC_WRITE(SONIC_ISR, 0x7fff); in sonic_init()
347 SONIC_WRITE(SONIC_ISR, 0x7fff); in mac_onboard_sonic_probe()480 SONIC_WRITE(SONIC_ISR, 0x7fff); in mac_sonic_nubus_probe_board()
36 #define SONIC_ISR 0x05 macro