Searched refs:EIE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 203 if (addr >= EIE && addr <= ECON1) in enc28j60_set_bank() 554 nolock_regb_read(priv, EIE), nolock_regb_read(priv, MACON1), in enc28j60_dump_regs() 758 nolock_regb_write(priv, EIE, EIE_INTIE | EIE_PKTIE | EIE_LINKIE | in enc28j60_hw_enable() 771 nolock_regb_write(priv, EIE, 0x00); in enc28j60_hw_disable() 1125 locked_reg_bfclr(priv, EIE, EIE_INTIE); in enc28j60_irq_work_handler() 1224 locked_reg_bfset(priv, EIE, EIE_INTIE); in enc28j60_irq_work_handler()
|
D | enc28j60_hw.h | 22 #define EIE 0x1B macro
|
/linux-4.1.27/drivers/scsi/ |
D | sym53c416.c | 128 #define EIE 0x01 /* Empty Interrupt Enable */ macro 578 if((inb(base + PIO_INT_REG) & (FULL | EMPTY | CE | OUE | FIE | EIE)) != EMPTY) in sym53c416_test()
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 129 #define EIE 0xe8 macro 130 .flag EUSB, EIE.0 166 ;; usb interrupt : enable is EIE.0 (0xe8), flag is EXIF.4 (0x91)
|
D | xircom_pgs.S | 129 #define EIE 0xe8 macro 130 .flag EUSB, EIE.0 168 ;; usb interrupt : enable is EIE.0 (0xe8), flag is EXIF.4 (0x91)
|