Home
last modified time | relevance | path

Searched refs:SONIC_IMR_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/natsemi/
Dsonic.c279 if (!(status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT)) in sonic_interrupt()
401 } while((status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT)); in sonic_interrupt()
728 SONIC_WRITE(SONIC_IMR, SONIC_IMR_DEFAULT); in sonic_init()
Dsonic.h210 #define SONIC_IMR_DEFAULT ( SONIC_INT_BR | \ macro