Home
last modified time | relevance | path

Searched refs:LPA_100HALF (Results 1 – 6 of 6) sorted by relevance

/u-boot/include/linux/
A Dmii.h98 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ macro
111 #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()
/u-boot/drivers/net/
A Dftmac110.c172 else if (tmp & LPA_100HALF) /* 100Mbps half-duplex */ in ftmac110_phyqry()
A Dfec_mxc.c266 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
/u-boot/drivers/net/ti/
A Ddavinci_emac.c309 if (tmp & (LPA_100FULL | LPA_100HALF)) in gen_get_link_speed()
/u-boot/drivers/qe/
A Duec_phy.c449 if (status & (LPA_100FULL | LPA_100HALF)) in genmii_read_status()
/u-boot/drivers/net/phy/
A Dphy.c339 if (lpa & (LPA_100FULL | LPA_100HALF)) { in genphy_parse_link()

Completed in 11 milliseconds