Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dmii.h96 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro
110 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
178 else if (negotiated & LPA_10FULL) in mii_nway_result()
179 ret = LPA_10FULL; in mii_nway_result()
/rk3399_rockchip-uboot/drivers/net/
H A Ddavinci_emac.c295 if (tmp & (LPA_100FULL | LPA_10FULL)) { in gen_get_link_speed()
524 if (lpa_val & (LPA_100FULL | LPA_10FULL)) in davinci_eth_open()
H A Dftmac110.c173 else if (tmp & LPA_10FULL) /* 10Mbps full-duplex */ in ftmac110_phyqry()
H A Dfec_mxc.c216 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
/rk3399_rockchip-uboot/common/
H A Dmiiphyutil.c500 return ((anlpar & adv) & (LPA_10FULL | LPA_100FULL)) ? in miiphy_duplex()
/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.c431 if (status & (LPA_10FULL | LPA_100FULL)) in genmii_read_status()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c341 } else if (lpa & LPA_10FULL) in genphy_parse_link()