Searched refs:SONIC_ISR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
H A D | sonic.c | 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()
|
H A D | macsonic.c | 343 SONIC_WRITE(SONIC_ISR, 0x7fff); in mac_onboard_sonic_probe() 473 SONIC_WRITE(SONIC_ISR, 0x7fff); in mac_sonic_nubus_probe_board()
|
H A D | sonic.h | 36 #define SONIC_ISR 0x05 macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/ |
H A D | sonic.c | 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()
|
H A D | macsonic.c | 347 SONIC_WRITE(SONIC_ISR, 0x7fff); in mac_onboard_sonic_probe() 480 SONIC_WRITE(SONIC_ISR, 0x7fff); in mac_sonic_nubus_probe_board()
|
H A D | sonic.h | 36 #define SONIC_ISR 0x05 macro
|
Completed in 11 milliseconds