Searched refs:EIE (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/microchip/
H A Denc28j60.c200 /* These registers (EIE, EIR, ESTAT, ECON2, ECON1)
203 if (addr >= EIE && addr <= ECON1)
542 "Cntrl: ECON1 ECON2 ESTAT EIR EIE\n"
554 nolock_regb_read(priv, EIE), nolock_regb_read(priv, MACON1),
758 nolock_regb_write(priv, EIE, EIE_INTIE | EIE_PKTIE | EIE_LINKIE |
771 nolock_regb_write(priv, EIE, 0x00);
1126 locked_reg_bfclr(priv, EIE, EIE_INTIE);
1225 locked_reg_bfset(priv, EIE, EIE_INTIE);
H A Denc28j60_hw.h22 #define EIE 0x1B macro
125 /* ENC28J60 EIE Register Bit Definitions */
/drivers/scsi/
H A Dsym53c416.c129 #define EIE 0x01 /* Empty Interrupt Enable */ macro
579 if((inb(base + PIO_INT_REG) & (FULL | EMPTY | CE | OUE | FIE | EIE)) != EMPTY)

Completed in 233 milliseconds