Home
last modified time | relevance | path

Searched refs:phy_status (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
HDintel_runtime_pm.c1051 u32 phy_status = 0; in assert_chv_phy_status() local
1075 phy_status |= PHY_POWERGOOD(DPIO_PHY0); in assert_chv_phy_status()
1088 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0); in assert_chv_phy_status()
1098 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1); in assert_chv_phy_status()
1102 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0); in assert_chv_phy_status()
1105 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1); in assert_chv_phy_status()
1109 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0); in assert_chv_phy_status()
1112 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1); in assert_chv_phy_status()
1116 phy_status |= PHY_POWERGOOD(DPIO_PHY1); in assert_chv_phy_status()
1124 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY1, DPIO_CH0); in assert_chv_phy_status()
[all …]
/dragonfly/sys/dev/netif/ix/
HDixgbe_82598.c813 s32 phy_status = IXGBE_SUCCESS; in ixgbe_reset_hw_82598() local
865 phy_status = hw->phy.ops.init(hw); in ixgbe_reset_hw_82598()
866 if (phy_status == IXGBE_ERR_SFP_NOT_SUPPORTED) in ixgbe_reset_hw_82598()
868 if (phy_status == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_reset_hw_82598()
934 if (phy_status != IXGBE_SUCCESS) in ixgbe_reset_hw_82598()
935 status = phy_status; in ixgbe_reset_hw_82598()
/dragonfly/sys/dev/netif/ig_hal/
HDe1000_phy.c2319 u16 i, phy_status; in e1000_wait_autoneg() local
2328 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in e1000_wait_autoneg()
2331 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in e1000_wait_autoneg()
2334 if (phy_status & MII_SR_AUTONEG_COMPLETE) in e1000_wait_autoneg()
2358 u16 i, phy_status; in e1000_phy_has_link_generic() local
2370 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in e1000_phy_has_link_generic()
2381 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in e1000_phy_has_link_generic()
2384 if (phy_status & MII_SR_LINK_STATUS) in e1000_phy_has_link_generic()