Home
last modified time | relevance | path

Searched refs:IM_RCV_INT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h140 #define IM_RCV_INT 0x1 macro
238 #define SMC_INTERRUPT_MASK (IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT)
H A Dsmc91c92_cs.c218 #define IM_RCV_INT 0x1 macro
1388 if (status & IM_RCV_INT) { in smc_interrupt()
1704 outw((IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT) << 8, in smc_reset()
H A Dsmc9194.c1354 if (status & IM_RCV_INT) { in smc_interrupt()
H A Dsmc91x.c349 mask = IM_EPH_INT|IM_RX_OVRN_INT|IM_RCV_INT; in smc_enable()
1245 } else if (status & IM_RCV_INT) { in smc_interrupt()
H A Dsmc91x.h674 #define IM_RCV_INT 0x01 // Receive Interrupt macro
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h571 #define IM_RCV_INT 0x01 /* Receive Interrupt */ macro
785 #define SMC_INTERRUPT_MASK (IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT | \