Home
last modified time | relevance | path

Searched refs:BMSR_10HALF (Results 1 – 4 of 4) 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.h62 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ macro
/external/u-boot/drivers/net/
Dat91_emac.c306 if (stat1 & BMSR_10HALF) { in at91emac_UpdateLinkSpeed()
/external/u-boot/drivers/net/phy/
Dphy.c406 if (val & BMSR_10HALF) in genphy_config()