Searched refs:MANC (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | manage.c | 296 manc = er32(MANC); in e1000e_enable_mng_pass_thru()
|
H A D | phy.c | 48 manc = er32(MANC); in e1000e_check_reset_block_generic()
|
H A D | netdev.c | 2853 manc = er32(MANC); in e1000_init_manageability_pt() 2904 ew32(MANC, manc); in e1000_init_manageability_pt()
|
/openbmc/qemu/hw/net/ |
H A D | e1000_common.h | 34 defreg(IMS), defreg(LEDCTL), defreg(MANC), defreg(MDIC),
|
H A D | igb_common.h | 62 defreg(IMS), defreg(LEDCTL), defreg(MANC), defreg(MDIC),
|
H A D | e1000.c | 260 [MANC] = E1000_MANC_EN_MNG2HOST | E1000_MANC_RCV_TCO_EN | 1135 getreg(MANC), getreg(MDIC), getreg(SWSM), getreg(STATUS), 1528 VMSTATE_UINT32(mac_reg[MANC], E1000State),
|
H A D | e1000e_core.c | 2885 e1000e_getreg(MANC), 3112 e1000e_putreg(MANC), 3445 [MANC] = E1000_MANC_DIS_IP_CHK_ARP,
|
H A D | igb_core.c | 3115 igb_getreg(MANC), 3766 igb_putreg(MANC),
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 334 u32 manc = er32(MANC); in e1000_init_manageability() 339 ew32(MANC, manc); in e1000_init_manageability() 348 u32 manc = er32(MANC); in e1000_release_manageability() 353 ew32(MANC, manc); in e1000_release_manageability() 454 if (er32(MANC) & E1000_MANC_SMBUS_EN) in e1000_power_down_phy()
|
H A D | e1000_hw.c | 484 manc = er32(MANC); in e1000_reset_hw() 486 ew32(MANC, manc); in e1000_reset_hw() 5507 manc = er32(MANC); in e1000_enable_mng_pass_thru()
|
H A D | e1000_ethtool.c | 408 regs_buff[26] = er32(MANC); in e1000_get_regs()
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | rswitch.h | 573 MANC = RMRO + 0x0198, enumerator
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 1680 manc = E1000_READ_REG(hw, MANC); in e1000_reset_hw() 1682 E1000_WRITE_REG(hw, MANC, manc); in e1000_reset_hw() 4527 manc = E1000_READ_REG(hw, MANC); in e1000_check_phy_reset_block()
|