Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.c401 if (val & BMSR_100HALF) in genphy_config()
/rk3399_rockchip-uboot/include/linux/
H A Dmii.h64 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ macro
/rk3399_rockchip-uboot/drivers/net/
H A Dftgmac100.c299 if (stat_fe & BMSR_100HALF) { in ftgmac100_update_link_speed()
H A Dat91_emac.c298 if (stat1 & BMSR_100HALF) { in at91emac_UpdateLinkSpeed()