Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c1530 unsigned int ad_reg, lp_reg; in xgbe_phy_an37_outcome() local
1537 lp_reg = XMDIO_READ(pdata, MDIO_MMD_VEND2, MDIO_VEND2_AN_LP_ABILITY); in xgbe_phy_an37_outcome()
1538 if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1540 if (lp_reg & 0x80) in xgbe_phy_an37_outcome()
1548 if (ad_reg & lp_reg & 0x100) { in xgbe_phy_an37_outcome()
1551 } else if (ad_reg & lp_reg & 0x80) { in xgbe_phy_an37_outcome()
1554 else if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1559 if (lp_reg & 0x20) in xgbe_phy_an37_outcome()
1563 ad_reg &= lp_reg; in xgbe_phy_an37_outcome()
1574 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_redrv_outcome() local
[all …]
/linux/drivers/regulator/
H A Dmt6363-regulator.c118 #define MT6363_BUCK(match, vreg, min, max, step, en_reg, lp_reg, \ argument
138 .lp_mode_reg = lp_reg, \
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h1106 int ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,