Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
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()
/external/kernel-headers/original/uapi/linux/
Dmii.h101 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ macro
114 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
/external/u-boot/drivers/net/
Dftmac110.c170 else if (tmp & LPA_100HALF) /* 100Mbps half-duplex */ in ftmac110_phyqry()
Dfec_mxc.c261 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
/external/u-boot/drivers/qe/
Duec_phy.c434 if (status & (LPA_100FULL | LPA_100HALF)) in genmii_read_status()
/external/u-boot/drivers/net/ti/
Ddavinci_emac.c306 if (tmp & (LPA_100FULL | LPA_100HALF)) in gen_get_link_speed()
/external/u-boot/drivers/net/phy/
Dphy.c335 if (lpa & (LPA_100FULL | LPA_100HALF)) { in genphy_parse_link()