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

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Phy/MvPhyDxe/
MvPhyDxe.h 80 #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */
  /bionic/libc/kernel/uapi/linux/
mii.h 65 #define BMSR_ESTATEN 0x0100
  /external/kernel-headers/original/uapi/linux/
mii.h 62 #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */
  /external/u-boot/include/linux/
mii.h 56 #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */
  /external/u-boot/drivers/net/phy/
phy.c 86 * 1000Mbits/sec capable PHYs shall have the BMSR_ESTATEN bit set to a
89 if (!(bmsr & BMSR_ESTATEN))
355 if ((mii_reg & BMSR_ESTATEN) && !(mii_reg & BMSR_ERCAP))
411 if (val & BMSR_ESTATEN) {

Completed in 211 milliseconds