Searched refs:LPA_100HALF (Results 1 – 7 of 7) sorted by relevance
98 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ macro111 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)176 else if (negotiated & LPA_100HALF) in mii_nway_result()177 ret = LPA_100HALF; in mii_nway_result()
101 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ macro114 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
170 else if (tmp & LPA_100HALF) /* 100Mbps half-duplex */ in ftmac110_phyqry()
261 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
434 if (status & (LPA_100FULL | LPA_100HALF)) in genmii_read_status()
306 if (tmp & (LPA_100FULL | LPA_100HALF)) in gen_get_link_speed()
335 if (lpa & (LPA_100FULL | LPA_100HALF)) { in genphy_parse_link()