Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dsonic.c358 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT; in sonic_interrupt()
476 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT; in sonic_interrupt()
846 SONIC_WRITE(SONIC_IMR, SONIC_IMR_DEFAULT); in sonic_init()
H A Dsonic.h215 #define SONIC_IMR_DEFAULT ( SONIC_INT_BR | \ macro