/openbmc/u-boot/include/linux/ |
H A D | mii.h | 96 #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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | mii.h | 99 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro 113 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
|
/openbmc/linux/drivers/net/phy/ |
H A D | swphy.c | 43 .lpa = LPA_10FULL | LPA_10HALF, 65 .lpa = LPA_10FULL | LPA_100FULL,
|
H A D | lxt.c | 263 if (lpa & LPA_10FULL) in lxt973a2_read_status()
|
/openbmc/linux/include/linux/ |
H A D | mii.h | 80 else if (negotiated & LPA_10FULL) in mii_nway_result() 81 ret = LPA_10FULL; in mii_nway_result()
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | davinci_emac.c | 294 if (tmp & (LPA_100FULL | LPA_10FULL)) { in gen_get_link_speed() 523 if (lpa_val & (LPA_100FULL | LPA_10FULL)) in davinci_eth_open()
|
/openbmc/u-boot/common/ |
H A D | miiphyutil.c | 504 return ((anlpar & adv) & (LPA_10FULL | LPA_100FULL)) ? in miiphy_duplex()
|
/openbmc/u-boot/drivers/net/ |
H A D | ftmac110.c | 172 else if (tmp & LPA_10FULL) /* 10Mbps full-duplex */ in ftmac110_phyqry()
|
H A D | fec_mxc.c | 252 LPA_100FULL | LPA_100HALF | LPA_10FULL | in miiphy_restart_aneg()
|
/openbmc/linux/drivers/net/ethernet/ibm/emac/ |
H A D | phy.c | 251 } else if (lpa & LPA_10FULL) in genmii_read_link()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 515 hp->sw_lpa & (LPA_100FULL | LPA_10FULL) ? "Full" : "Half"); in display_link_mode() 538 if (!(hp->sw_lpa & (LPA_10HALF | LPA_10FULL | LPA_100HALF | LPA_100FULL))) in set_happy_link_modes() 544 else if (hp->sw_lpa & LPA_10FULL) in set_happy_link_modes() 2153 (hp->sw_lpa & (LPA_10FULL)) ? in hme_get_link_ksettings()
|
H A D | niu.c | 1190 else if (neg & (LPA_10HALF | LPA_10FULL)) in link_status_mii()
|
/openbmc/u-boot/drivers/qe/ |
H A D | uec_phy.c | 430 if (status & (LPA_10FULL | LPA_100FULL)) in genmii_read_status()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | phy.c | 341 } else if (lpa & LPA_10FULL) { in genphy_parse_link()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 727 if (mii_lpa_data & LPA_10FULL) in atl1c_phy_to_ps_link()
|
/openbmc/linux/drivers/net/ |
H A D | sungem_phy.c | 394 if (lpa & (LPA_10FULL | LPA_100FULL)) in genmii_read_link()
|
/openbmc/linux/drivers/net/usb/ |
H A D | rtl8150.c | 812 ecmd->base.duplex = (lpa & LPA_10FULL) ? in rtl8150_get_link_ksettings()
|
/openbmc/linux/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 1682 if (tmp == LPA_100FULL || tmp == LPA_10FULL) in check_link() 2896 if (tmp == LPA_100FULL || tmp == LPA_10FULL) in netdev_get_ecmd()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | epic100.c | 712 if ((mii_lpa & LPA_100FULL) || (mii_lpa & 0x01C0) == LPA_10FULL) in epic_open()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | winbond-840.c | 705 duplex = (negotiated & LPA_100FULL) || ((negotiated & 0x02C0) == LPA_10FULL); in update_link()
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz8795.c | 743 data |= LPA_10FULL; in ksz8_r_phy()
|
/openbmc/linux/drivers/net/ethernet/sis/ |
H A D | sis190.c | 957 { LPA_10FULL, 0x04000400 | 0x00001000, in sis190_phy_task()
|
/openbmc/linux/drivers/net/ethernet/adaptec/ |
H A D | starfire.c | 1643 } else if (reg4 & ADVERTISE_10FULL && reg5 & LPA_10FULL) { in netdev_media_change()
|
/openbmc/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 3428 } else if (np->fixed_mode & LPA_10FULL) { in nv_update_linkspeed() 3471 } else if (adv_lpa & LPA_10FULL) { in nv_update_linkspeed()
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_core_main.c | 4601 rc = LPA_10HALF | LPA_10FULL | LPA_100HALF | LPA_100FULL | in qeth_mdio_read()
|