Searched refs:ECON2 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | enc28j60_hw.h | 26 #define ECON2 0x1E macro
|
D | encx24j600_hw.h | 144 #define ECON2 (0x0E | 0x60) macro
|
D | enc28j60.c | 557 nolock_regb_read(priv, ECON1), nolock_regb_read(priv, ECON2), in enc28j60_dump_regs() 648 nolock_reg_bfset(priv, ECON2, ECON2_PWRSV); in enc28j60_lowpower() 650 nolock_reg_bfclr(priv, ECON2, ECON2_PWRSV); in enc28j60_lowpower() 676 nolock_regb_write(priv, ECON2, ECON2_AUTOINC | ECON2_VRPS); in enc28j60_hw_init() 1007 nolock_reg_bfset(priv, ECON2, ECON2_PKTDEC); in enc28j60_hw_rx()
|
D | encx24j600.c | 516 encx24j600_set_bits(priv, ECON2, TXRST); in encx24j600_reset_hw_tx() 517 encx24j600_clr_bits(priv, ECON2, TXRST); in encx24j600_reset_hw_tx() 562 pr_info(DRV_NAME " ECON2: %04X\n", encx24j600_read_reg(priv, ECON2)); in encx24j600_dump_config()
|
D | encx24j600-regmap.c | 330 case ECON2: /* Can be modified via single byte cmds */ in encx24j600_regmap_volatile()
|