Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/phy/
Dsmsc.c21 if (mii_reg & (BMSR_100FULL | BMSR_100HALF)) in smsc_parse_status()
Dnatsemi.c122 if(mii_reg & (BMSR_100FULL | BMSR_100HALF)) { in dp83848_parse_status()
Dphy.c404 if (val & BMSR_100HALF) in genphy_config()
/external/kernel-headers/original/uapi/linux/
Dmii.h67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ macro
/external/u-boot/include/linux/
Dmii.h61 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */ macro
/external/u-boot/drivers/net/
Dftgmac100.c298 if (stat_fe & BMSR_100HALF) { in ftgmac100_update_link_speed()
Dat91_emac.c297 if (stat1 & BMSR_100HALF) { in at91emac_UpdateLinkSpeed()