Home
last modified time | relevance | path

Searched refs:MANC (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c296 manc = er32(MANC); in e1000e_enable_mng_pass_thru()
H A Dphy.c48 manc = er32(MANC); in e1000e_check_reset_block_generic()
H A Dnetdev.c2853 manc = er32(MANC); in e1000_init_manageability_pt()
2904 ew32(MANC, manc); in e1000_init_manageability_pt()
/openbmc/qemu/hw/net/
H A De1000_common.h34 defreg(IMS), defreg(LEDCTL), defreg(MANC), defreg(MDIC),
H A Digb_common.h62 defreg(IMS), defreg(LEDCTL), defreg(MANC), defreg(MDIC),
H A De1000.c260 [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 De1000e_core.c2911 e1000e_getreg(MANC),
3138 e1000e_putreg(MANC),
3498 [MANC] = E1000_MANC_DIS_IP_CHK_ARP,
H A Digb_core.c3133 igb_getreg(MANC),
3784 igb_putreg(MANC),
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c334 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 De1000_hw.c484 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 De1000_ethtool.c408 regs_buff[26] = er32(MANC); in e1000_get_regs()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.h573 MANC = RMRO + 0x0198, enumerator
/openbmc/u-boot/drivers/net/
H A De1000.c1680 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()