Searched refs:ECON2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/microchip/ |
D | enc28j60_hw.h | 25 #define ECON2 0x1E macro
|
D | enc28j60.c | 552 nolock_regb_read(priv, ECON1), nolock_regb_read(priv, ECON2), in enc28j60_dump_regs() 643 nolock_reg_bfset(priv, ECON2, ECON2_PWRSV); in enc28j60_lowpower() 645 nolock_reg_bfclr(priv, ECON2, ECON2_PWRSV); in enc28j60_lowpower() 671 nolock_regb_write(priv, ECON2, ECON2_AUTOINC | ECON2_VRPS); in enc28j60_hw_init() 1002 nolock_reg_bfset(priv, ECON2, ECON2_PKTDEC); in enc28j60_hw_rx()
|