Searched refs:LPA_100FULL (Results 1 – 7 of 7) sorted by relevance
100 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro110 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)111 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)172 if (negotiated & LPA_100FULL) in mii_nway_result()173 ret = LPA_100FULL; in mii_nway_result()
298 if (tmp & (LPA_100FULL | LPA_10FULL)) { in gen_get_link_speed()309 if (tmp & (LPA_100FULL | LPA_100HALF)) in gen_get_link_speed()527 if (lpa_val & (LPA_100FULL | LPA_10FULL)) in davinci_emac_start()
445 if (status & (LPA_10FULL | LPA_100FULL)) in genmii_read_status()449 if (status & (LPA_100FULL | LPA_100HALF)) in genmii_read_status()
506 return ((anlpar & adv) & (LPA_10FULL | LPA_100FULL)) ? in miiphy_duplex()
339 if (lpa & (LPA_100FULL | LPA_100HALF)) { in genphy_parse_link()342 if (lpa & LPA_100FULL) in genphy_parse_link()
170 if (tmp & LPA_100FULL) /* 100Mbps full-duplex */ in ftmac110_phyqry()
266 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
Completed in 26 milliseconds