Home
last modified time | relevance | path

Searched refs:BMSR_10FULL (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/drivers/net/phy/
H A Dsmsc.c27 if (mii_reg & (BMSR_10FULL | BMSR_100FULL)) in smsc_parse_status()
H A Dnatsemi.c129 if (mii_reg & (BMSR_10FULL | BMSR_100FULL)) { in dp83848_parse_status()
H A Dphy.c404 if (val & BMSR_10FULL) in genphy_config()
/openbmc/linux/include/uapi/linux/
H A Dmii.h66 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h63 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */ macro
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c546 if (bmsr & BMSR_10FULL) in emac_mii_phy_probe()
/openbmc/u-boot/drivers/net/
H A Dat91_emac.c288 if (stat1 & BMSR_10FULL) { in at91emac_UpdateLinkSpeed()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunhme.c628 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_begin_auto_negotiation()
1569 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_set_initial_advertisement()
H A Dniu.c1162 if (bmsr & BMSR_10FULL) in link_status_mii()
1785 if ((bmsr & BMSR_10FULL) && in mii_init_common()
1838 if ((fulldpx && !(bmsr & BMSR_10FULL)) || 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.c696 BMSR_10FULL | in ksz8_r_phy()
/openbmc/linux/drivers/net/phy/
H A Dmotorcomm.c2179 val & BMSR_10FULL); in ytphy_utp_read_abilities()
H A Dphy_device.c2654 val & BMSR_10FULL); in genphy_read_abilities()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dspider_net.c177 if (bmsr & BMSR_10FULL) in spider_net_setup_aneg()
/openbmc/linux/drivers/net/ethernet/dlink/
H A Ddl2k.c1599 if (bmsr & BMSR_10FULL) in mii_set_media()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c1092 if (my_phy_caps & BMSR_10FULL) in smc_phy_configure()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c1005 BMSR_10FULL; in mdio_ctrl_phy_mii_emulated()
/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()