Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dmii.h65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ macro
/external/u-boot/include/linux/
Dmii.h59 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ macro
/external/u-boot/drivers/net/
Dftgmac100.c303 if (stat_fe & BMSR_10HALF) { in ftgmac100_update_link_speed()
Dat91_emac.c306 if (stat1 & BMSR_10HALF) { in at91emac_UpdateLinkSpeed()
/external/u-boot/drivers/net/phy/
Dphy.c408 if (val & BMSR_10HALF) in genphy_config()