Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/phy/
Dlxt.c167 int lpagb = 0; in lxt973a2_read_status() local
199 if (lpagb & (LPA_1000FULL | LPA_1000HALF)) { in lxt973a2_read_status()
202 if (lpagb & LPA_1000FULL) in lxt973a2_read_status()
Dfixed_phy.c52 u16 lpagb = 0; in fixed_phy_update_regs() local
66 lpagb |= LPA_1000FULL; in fixed_phy_update_regs()
86 lpagb |= LPA_1000HALF; in fixed_phy_update_regs()
116 fp->regs[MII_STAT1000] = lpagb; in fixed_phy_update_regs()
Dphy_device.c965 int lpagb = 0; in genphy_read_status() local
979 lpagb = phy_read(phydev, MII_STAT1000); in genphy_read_status()
980 if (lpagb < 0) in genphy_read_status()
981 return lpagb; in genphy_read_status()
988 mii_stat1000_to_ethtool_lpa_t(lpagb); in genphy_read_status()
989 common_adv_gb = lpagb & adv << 2; in genphy_read_status()