Home
last modified time | relevance | path

Searched refs:BMSR_100HALF (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dswphy.c46 .bmsr = BMSR_100FULL | BMSR_100HALF,
58 .bmsr = BMSR_ESTATEN | BMSR_100HALF,
H A Dmotorcomm.c2177 val & BMSR_100HALF); in ytphy_utp_read_abilities()
H A Dphy_device.c2652 val & BMSR_100HALF); in genphy_read_abilities()
/openbmc/u-boot/drivers/net/phy/
H A Dsmsc.c22 if (mii_reg & (BMSR_100FULL | BMSR_100HALF)) in smsc_parse_status()
H A Dnatsemi.c123 if(mii_reg & (BMSR_100FULL | BMSR_100HALF)) { in dp83848_parse_status()
H A Dphy.c402 if (val & BMSR_100HALF) in genphy_config()
/openbmc/linux/include/uapi/linux/
H A Dmii.h67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h64 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ macro
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c548 if (bmsr & BMSR_100HALF) in emac_mii_phy_probe()
/openbmc/u-boot/drivers/net/
H A Dat91_emac.c297 if (stat1 & BMSR_100HALF) { in at91emac_UpdateLinkSpeed()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunhme.c632 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_begin_auto_negotiation()
1573 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_set_initial_advertisement()
H A Dniu.c1164 if (bmsr & BMSR_100HALF) in link_status_mii()
1788 if ((bmsr & BMSR_100HALF) && in mii_init_common()
1834 (!fulldpx && !(bmsr & BMSR_100HALF))) 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.c695 BMSR_100HALF | in ksz8_r_phy()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dspider_net.c179 if (bmsr & BMSR_100HALF) in spider_net_setup_aneg()
/openbmc/linux/drivers/net/ethernet/dlink/
H A Ddl2k.c1595 if (bmsr & BMSR_100HALF) in mii_set_media()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c1090 if (my_phy_caps & BMSR_100HALF) in smc_phy_configure()
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis190.c1348 ((mii_status & (BMSR_100FULL | BMSR_100HALF)) ? in sis190_init_phy()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5065 phy->bmsr = (BMSR_100FULL | BMSR_100HALF | BMSR_10FULL | 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()