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()
295 if (tmp & (LPA_100FULL | LPA_10FULL)) { in gen_get_link_speed()306 if (tmp & (LPA_100FULL | LPA_100HALF)) in gen_get_link_speed()524 if (lpa_val & (LPA_100FULL | LPA_10FULL)) in davinci_eth_open()
169 if (tmp & LPA_100FULL) /* 100Mbps full-duplex */ in ftmac110_phyqry()
216 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
431 if (status & (LPA_10FULL | LPA_100FULL)) in genmii_read_status()435 if (status & (LPA_100FULL | LPA_100HALF)) in genmii_read_status()
335 if (lpa & (LPA_100FULL | LPA_100HALF)) { in genphy_parse_link()338 if (lpa & LPA_100FULL) in genphy_parse_link()
500 return ((anlpar & adv) & (LPA_10FULL | LPA_100FULL)) ? in miiphy_duplex()