Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dmii.h97 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro
107 #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()
/external/kernel-headers/original/uapi/linux/
Dmii.h103 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro
113 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
114 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
/external/u-boot/drivers/net/
Ddavinci_emac.c294 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()
Dftmac110.c168 if (tmp & LPA_100FULL) /* 100Mbps full-duplex */ in ftmac110_phyqry()
Dfec_mxc.c212 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
/external/u-boot/drivers/qe/
Duec_phy.c430 if (status & (LPA_10FULL | LPA_100FULL)) in genmii_read_status()
434 if (status & (LPA_100FULL | LPA_100HALF)) in genmii_read_status()
/external/u-boot/drivers/net/phy/
Dphy.c337 if (lpa & (LPA_100FULL | LPA_100HALF)) { in genphy_parse_link()
340 if (lpa & LPA_100FULL) in genphy_parse_link()
/external/u-boot/common/
Dmiiphyutil.c499 return ((anlpar & adv) & (LPA_10FULL | LPA_100FULL)) ? in miiphy_duplex()