Searched refs:SONIC_ISR (Results 1 – 4 of 4) sorted by relevance
49 #define SONIC_ISR 0x05 macro240 int level = (s->regs[SONIC_IMR] & s->regs[SONIC_ISR]) ? 1 : 0; in dp8393x_update_irq()245 trace_dp8393x_raise_irq(s->regs[SONIC_ISR]); in dp8393x_update_irq()283 s->regs[SONIC_ISR] |= SONIC_ISR_LCD; in dp8393x_do_load_cam()313 s->regs[SONIC_ISR] |= SONIC_ISR_RBE; in dp8393x_do_read_rra()414 s->regs[SONIC_ISR] |= SONIC_ISR_PINT; in dp8393x_do_transmit_packets()416 s->regs[SONIC_ISR] &= ~SONIC_ISR_PINT; in dp8393x_do_transmit_packets()485 s->regs[SONIC_ISR] |= SONIC_ISR_TXDN; in dp8393x_do_transmit_packets()614 case SONIC_ISR: in dp8393x_write()675 s->regs[SONIC_ISR] |= SONIC_ISR_TC; in dp8393x_watchdog()[all …]
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