Searched refs:ECON2 (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/microchip/ |
D | enc28j60_hw.h | 26 #define ECON2 0x1E macro
|
D | enc28j60.c | 545 nolock_regb_read(priv, ECON1), nolock_regb_read(priv, ECON2), in enc28j60_dump_regs() 640 nolock_reg_bfset(priv, ECON2, ECON2_PWRSV); in enc28j60_lowpower() 642 nolock_reg_bfclr(priv, ECON2, ECON2_PWRSV); in enc28j60_lowpower() 669 nolock_regb_write(priv, ECON2, ECON2_AUTOINC | ECON2_VRPS); in enc28j60_hw_init() 1005 nolock_reg_bfset(priv, ECON2, ECON2_PKTDEC); in enc28j60_hw_rx()
|
D | encx24j600_hw.h | 144 #define ECON2 (0x0E | 0x60) macro
|
D | encx24j600.c | 510 encx24j600_set_bits(priv, ECON2, TXRST); in encx24j600_reset_hw_tx() 511 encx24j600_clr_bits(priv, ECON2, TXRST); in encx24j600_reset_hw_tx() 556 pr_info(DRV_NAME " ECON2: %04X\n", encx24j600_read_reg(priv, ECON2)); in encx24j600_dump_config()
|
D | encx24j600-regmap.c | 322 case ECON2: /* Can be modified via single byte cmds */ in encx24j600_regmap_volatile()
|