Searched refs:LPA_1000FULL (Results 1 – 5 of 5) sorted by relevance
225 speed = (stat_ge & (LPA_1000FULL | LPA_1000HALF) in ftgmac100_phy_init()228 duplex = ((stat_ge & LPA_1000FULL) in ftgmac100_phy_init()277 if (stat_ge & LPA_1000FULL) { in ftgmac100_update_link_speed()
569 if (lpa & (LPA_1000FULL | LPA_1000HALF)) { in macb_phy_init()570 duplex = ((lpa & LPA_1000FULL) ? 1 : 0); in macb_phy_init()
142 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */ macro
135 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */ macro
421 if (status & (LPA_1000FULL | LPA_1000HALF)) { in genmii_read_status()423 if (status & LPA_1000FULL) in genmii_read_status()