HomeSort by relevance Sort by last modified time
    Searched refs:BMSR_10HALF (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Phy/MvPhyDxe/
MvPhyDxe.h 83 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
  /bionic/libc/kernel/uapi/linux/
mii.h 68 #define BMSR_10HALF 0x0800
  /external/kernel-headers/original/uapi/linux/
mii.h 65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
  /external/u-boot/include/linux/
mii.h 59 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
  /external/u-boot/drivers/net/
at91_emac.c 306 if (stat1 & BMSR_10HALF) {
ftgmac100.c 303 if (stat_fe & BMSR_10HALF) {
  /external/u-boot/drivers/net/phy/
phy.c 408 if (val & BMSR_10HALF)

Completed in 164 milliseconds