Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/natsemi/
Dsonic.h191 #define SONIC_INT_LCD 0x1000 macro
211 SONIC_INT_LCD | \
Dsonic.c399 if (status & SONIC_INT_LCD) in sonic_interrupt()
400 SONIC_WRITE(SONIC_ISR, SONIC_INT_LCD); /* clear the interrupt */ in sonic_interrupt()
712 if (SONIC_READ(SONIC_ISR) & SONIC_INT_LCD) in sonic_init()