Home
last modified time | relevance | path

Searched refs:BMSR_10HALF (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmii.h65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h62 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ macro
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c544 if (bmsr & BMSR_10HALF) in emac_mii_phy_probe()
/openbmc/u-boot/drivers/net/
H A Dat91_emac.c306 if (stat1 & BMSR_10HALF) { in at91emac_UpdateLinkSpeed()
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c406 if (val & BMSR_10HALF) in genphy_config()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunhme.c623 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation()
1564 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_set_initial_advertisement()
H A Dniu.c1160 if (bmsr & BMSR_10HALF) in link_status_mii()
1782 if ((bmsr & BMSR_10HALF) && in mii_init_common()
1839 (!fulldpx && !(bmsr & BMSR_10HALF))) in mii_init_common()
/openbmc/linux/drivers/net/usb/
H A Dpegasus.c30 #define BMSR_MEDIA (BMSR_10HALF | BMSR_10FULL | BMSR_100HALF | \
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz8795.c697 BMSR_10HALF | in ksz8_r_phy()
/openbmc/linux/drivers/net/phy/
H A Dmotorcomm.c2181 val & BMSR_10HALF); in ytphy_utp_read_abilities()
H A Dphy_device.c2656 val & BMSR_10HALF); in genphy_read_abilities()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dspider_net.c175 if (bmsr & BMSR_10HALF) in spider_net_setup_aneg()
/openbmc/linux/drivers/net/ethernet/dlink/
H A Ddl2k.c1601 if (bmsr & BMSR_10HALF) in mii_set_media()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c1094 if (my_phy_caps & BMSR_10HALF) in smc_phy_configure()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5066 BMSR_10HALF | BMSR_ESTATEN | BMSR_ANEGCAPABLE | in e1000_phy_read_status()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c4586 BMSR_10HALF | BMSR_10FULL | BMSR_100HALF | BMSR_100FULL | in qeth_mdio_read()