Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/natsemi/
Dsonic.h192 #define SONIC_INT_LCD 0x1000 macro
212 SONIC_INT_LCD | \
Dsonic.c407 if (status & SONIC_INT_LCD) in sonic_interrupt()
408 SONIC_WRITE(SONIC_ISR, SONIC_INT_LCD); /* clear the interrupt */ in sonic_interrupt()
719 if (SONIC_READ(SONIC_ISR) & SONIC_INT_LCD) in sonic_init()