Home
last modified time | relevance | path

Searched refs:ECON2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/
H A Denc28j60_hw.h26 #define ECON2 0x1E macro
H A Dencx24j600_hw.h144 #define ECON2 (0x0E | 0x60) macro
H A Denc28j60.c544 nolock_regb_read(priv, ECON1), nolock_regb_read(priv, ECON2), in enc28j60_dump_regs()
639 nolock_reg_bfset(priv, ECON2, ECON2_PWRSV); in enc28j60_lowpower()
641 nolock_reg_bfclr(priv, ECON2, ECON2_PWRSV); in enc28j60_lowpower()
668 nolock_regb_write(priv, ECON2, ECON2_AUTOINC | ECON2_VRPS); in enc28j60_hw_init()
1004 nolock_reg_bfset(priv, ECON2, ECON2_PKTDEC); in enc28j60_hw_rx()
H A Dencx24j600.c510 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()
H A Dencx24j600-regmap.c322 case ECON2: /* Can be modified via single byte cmds */ in encx24j600_regmap_volatile()