Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/natsemi/
Dsonic.h192 #define SONIC_INT_LCD 0x1000 macro
212 SONIC_INT_LCD | \
Dsonic.c406 if (status & SONIC_INT_LCD) in sonic_interrupt()
407 SONIC_WRITE(SONIC_ISR, SONIC_INT_LCD); /* clear the interrupt */ in sonic_interrupt()
718 if (SONIC_READ(SONIC_ISR) & SONIC_INT_LCD) in sonic_init()