Searched refs:LPA_100FULL (Results 1 – 8 of 8) sorted by relevance
97 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro107 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)108 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)160 if (negotiated & LPA_100FULL) in mii_nway_result()161 ret = LPA_100FULL; in mii_nway_result()
103 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro113 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)114 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
294 if (tmp & (LPA_100FULL | LPA_10FULL)) { in gen_get_link_speed()305 if (tmp & (LPA_100FULL | LPA_100HALF)) in gen_get_link_speed()523 if (lpa_val & (LPA_100FULL | LPA_10FULL)) in davinci_eth_open()
168 if (tmp & LPA_100FULL) /* 100Mbps full-duplex */ in ftmac110_phyqry()
212 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
430 if (status & (LPA_10FULL | LPA_100FULL)) in genmii_read_status()434 if (status & (LPA_100FULL | LPA_100HALF)) in genmii_read_status()
337 if (lpa & (LPA_100FULL | LPA_100HALF)) { in genphy_parse_link()340 if (lpa & LPA_100FULL) in genphy_parse_link()
499 return ((anlpar & adv) & (LPA_10FULL | LPA_100FULL)) ? in miiphy_duplex()