Home
last modified time | relevance | path

Searched refs:E1000_MANC_SMBUS_EN (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c323 } else if ((manc & E1000_MANC_SMBUS_EN) && in e1000e_enable_mng_pass_thru()
H A Ddefines.h100 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ macro
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h118 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ macro
H A De1000_mac.c1676 if ((manc & E1000_MANC_SMBUS_EN) && in igb_enable_mng_pass_thru()
/openbmc/qemu/hw/net/
H A De1000x_regs.h920 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ macro
/openbmc/u-boot/drivers/net/
H A De1000.h1624 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2024 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ macro
H A De1000_hw.c5512 if ((manc & E1000_MANC_SMBUS_EN) && !(manc & E1000_MANC_ASF_EN)) in e1000_enable_mng_pass_thru()
H A De1000_main.c454 if (er32(MANC) & E1000_MANC_SMBUS_EN) in e1000_power_down_phy()