Searched refs:EIE (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 201 if (addr >= EIE && addr <= ECON1) in enc28j60_set_bank() 546 nolock_regb_read(priv, EIE), nolock_regb_read(priv, MACON1), in enc28j60_dump_regs() 757 nolock_regb_write(priv, EIE, EIE_INTIE | EIE_PKTIE | EIE_LINKIE | in enc28j60_hw_enable() 770 nolock_regb_write(priv, EIE, 0x00); in enc28j60_hw_disable() 1127 locked_reg_bfclr(priv, EIE, EIE_INTIE); in enc28j60_irq() 1225 locked_reg_bfset(priv, EIE, EIE_INTIE); in enc28j60_irq()
|
D | enc28j60_hw.h | 23 #define EIE 0x1B macro
|
D | encx24j600_hw.h | 146 #define EIE (0x12 | 0x60) macro
|
D | encx24j600.c | 659 encx24j600_write_reg(priv, EIE, (PCFULIE | RXABTIE | TXABTIE | TXIE | in encx24j600_hw_enable() 671 encx24j600_write_reg(priv, EIE, 0); in encx24j600_hw_disable()
|