Home
last modified time | relevance | path

Searched refs:LPA_10FULL (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/include/linux/
Dmii.h93 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro
107 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
166 else if (negotiated & LPA_10FULL) in mii_nway_result()
167 ret = LPA_10FULL; in mii_nway_result()
/external/kernel-headers/original/uapi/linux/
Dmii.h99 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro
113 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
/external/u-boot/drivers/net/
Ddavinci_emac.c294 if (tmp & (LPA_100FULL | LPA_10FULL)) { in gen_get_link_speed()
523 if (lpa_val & (LPA_100FULL | LPA_10FULL)) in davinci_eth_open()
Dftmac110.c172 else if (tmp & LPA_10FULL) /* 10Mbps full-duplex */ in ftmac110_phyqry()
Dfec_mxc.c212 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
/external/u-boot/common/
Dmiiphyutil.c499 return ((anlpar & adv) & (LPA_10FULL | LPA_100FULL)) ? in miiphy_duplex()
/external/u-boot/drivers/qe/
Duec_phy.c430 if (status & (LPA_10FULL | LPA_100FULL)) in genmii_read_status()
/external/u-boot/drivers/net/phy/
Dphy.c343 } else if (lpa & LPA_10FULL) { in genphy_parse_link()