Searched refs:LPA_1000FULL (Results 1 – 4 of 4) sorted by relevance
226 speed = (stat_ge & (LPA_1000FULL | LPA_1000HALF) in ftgmac100_phy_init()229 duplex = ((stat_ge & LPA_1000FULL) in ftgmac100_phy_init()278 if (stat_ge & LPA_1000FULL) { in ftgmac100_update_link_speed()
540 if (lpa & (LPA_1000FULL | LPA_1000HALF)) { in macb_phy_init()541 duplex = ((lpa & LPA_1000FULL) ? 1 : 0); in macb_phy_init()
140 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */ macro
422 if (status & (LPA_1000FULL | LPA_1000HALF)) { in genmii_read_status()424 if (status & LPA_1000FULL) in genmii_read_status()