Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h196 #define E1000_CTRL_SWDPIN1 0x00080000 /* SWDPIN 1 value */ macro
H A Dmac.c479 if ((ctrl & E1000_CTRL_SWDPIN1) && !(status & E1000_STATUS_LU) && in e1000e_check_for_fiber_link()
867 (er32(CTRL) & E1000_CTRL_SWDPIN1)) { in e1000e_setup_fiber_serdes_link()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h196 #define E1000_CTRL_SWDPIN1 0x00080000 /* SWDPIN 1 value */ macro
H A De1000_82575.c1682 ctrl_reg |= E1000_CTRL_SWDPIN0 | E1000_CTRL_SWDPIN1; in igb_setup_serdes_link_82575()
/openbmc/qemu/hw/net/
H A De1000x_regs.h564 #define E1000_CTRL_SWDPIN1 0x00080000 /* SWDPIN 1 value */ macro
/openbmc/u-boot/drivers/net/
H A De1000.c2225 signal = E1000_CTRL_SWDPIN1; in e1000_setup_fiber_link()
2301 if ((E1000_READ_REG(hw, CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_link()
3877 signal = E1000_CTRL_SWDPIN1; in e1000_check_for_link()
3996 ((ctrl & E1000_CTRL_SWDPIN1) == signal) && in e1000_check_for_link()
H A De1000.h1178 #define E1000_CTRL_SWDPIN1 0x00080000 /* SWDPIN 1 value */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c816 signal = (hw->mac_type > e1000_82544) ? E1000_CTRL_SWDPIN1 : 0; in e1000_setup_fiber_serdes_link()
903 (er32(CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_serdes_link()
H A De1000_hw.h1440 #define E1000_CTRL_SWDPIN1 0x00080000 /* SWDPIN 1 value */ macro