Home
last modified time | relevance | path

Searched refs:SONIC_ISR (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/net/
H A Ddp8393x.c49 #define SONIC_ISR 0x05 macro
240 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 …]
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dsonic.c193 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()
H A Dmacsonic.c347 SONIC_WRITE(SONIC_ISR, 0x7fff); in mac_onboard_sonic_probe()
480 SONIC_WRITE(SONIC_ISR, 0x7fff); in mac_sonic_nubus_probe_board()
H A Dsonic.h36 #define SONIC_ISR 0x05 macro