HomeSort by relevance Sort by last modified time
    Searched refs:BMSR_LSTATUS (Results 1 - 25 of 26) sorted by null

1 2

  /external/u-boot/drivers/net/
dnet.c 270 if (!(status & BMSR_LSTATUS)) {
276 if (status & BMSR_LSTATUS)
282 if (!(status & BMSR_LSTATUS)) {
at91_emac.c 238 if (!(status & BMSR_LSTATUS)) {
246 if (status & BMSR_LSTATUS)
251 if (!(status & BMSR_LSTATUS)) {
277 if (!(stat1 & BMSR_LSTATUS)) /* link status up? */
ftgmac100.c 202 if (!(status & BMSR_LSTATUS)) {
209 if (status & BMSR_LSTATUS)
215 if (!(status & BMSR_LSTATUS)) {
267 if (!(stat_fe & BMSR_LSTATUS)) /* link status up? */
mcfmii.c 248 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS);
250 linkgood = BMSR_LSTATUS;
smc911x.c 101 } while (!(status & BMSR_LSTATUS));
ax88180.c 341 if (bmsr_val & BMSR_LSTATUS) {
350 if (bmsr_val & BMSR_LSTATUS) {
pic32_eth.c 202 if (stat & BMSR_LSTATUS)
206 if (!(stat & BMSR_LSTATUS))
macb.c 547 if (!(status & BMSR_LSTATUS)) {
553 if (status & BMSR_LSTATUS)
559 if (!(status & BMSR_LSTATUS)) {
ftmac110.c 149 chip->lnkup = (bmsr & BMSR_LSTATUS) ? 1 : 0;
fec_mxc.c 246 } while (!(status & BMSR_LSTATUS));
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Phy/MvPhyDxe/
MvPhyDxe.h 75 #define BMSR_LSTATUS 0x0004 /* Link status */
MvPhyDxe.c 332 if (Data & BMSR_LSTATUS) {
401 if ((Data & BMSR_LSTATUS) == 0) {
  /bionic/libc/kernel/uapi/linux/
mii.h 60 #define BMSR_LSTATUS 0x0004
mdio.h 86 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
  /external/kernel-headers/original/uapi/linux/
mii.h 57 #define BMSR_LSTATUS 0x0004 /* Link status */
mdio.h 98 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
  /external/u-boot/include/linux/
mii.h 51 #define BMSR_LSTATUS 0x0004 /* Link status */
mdio.h 92 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
  /external/u-boot/drivers/usb/eth/
lan75xx.c 49 ret = lan7x_mdio_wait_for_bit(udev, "BMSR_LSTATUS",
50 dev->phy_id, MII_BMSR, BMSR_LSTATUS,
mcs7830.c 495 have_link = mcs7830_read_phy(udev, MII_BMSR) & BMSR_LSTATUS;
asix.c 439 BMSR_LSTATUS;
asix88179.c 375 link_detected = *tmp16 & BMSR_LSTATUS;
  /external/u-boot/drivers/net/phy/
phy.c 236 if (phydev->link && mii_reg & BMSR_LSTATUS)
273 if (mii_reg & BMSR_LSTATUS)
  /external/u-boot/drivers/qe/
uec_phy.c 379 if ((status & BMSR_LSTATUS) && (status & BMSR_ANEGCAPABLE)
398 if (status & BMSR_LSTATUS)
  /external/u-boot/common/
miiphyutil.c 548 if ((reg & BMSR_LSTATUS) != 0) {

Completed in 2642 milliseconds

1 2