Home
last modified time | relevance | path

Searched refs:phyid (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dieee1394_core.h146 void hpsb_selfid_complete(struct hpsb_host *host, int phyid, int isroot);
Dpcilynx.c405 int phyid, isroot, size; in handle_selfid() local
412 phyid = lynx->phy_reg0; in handle_selfid()
424 isroot = (phyid & 2) != 0; in handle_selfid()
425 phyid >>= 2; in handle_selfid()
427 phyid, (isroot ? "root" : "not root")); in handle_selfid()
428 reg_write(lynx, LINK_ID, (0xffc0 | phyid) << 16); in handle_selfid()
438 && (sid->phy_id == (phyid + 1))) { in handle_selfid()
454 if (!lynx->phyic.reg_1394a && isroot && phyid != 0) { in handle_selfid()
458 hpsb_selfid_complete(host, phyid, isroot); in handle_selfid()
Dohci1394.h219 int phyid, isroot; member
Dohci1394.c294 int phyid, int isroot) in handle_selfid() argument
344 if (((q0 & 0x3f000000) >> 24) == phyid) in handle_selfid()
2243 int phyid = -1, isroot = 0; in ohci_irq_handler() local
2432 phyid = node_id & 0x0000003f; in ohci_irq_handler()
2437 "(phyid %d, %s)", phyid, in ohci_irq_handler()
2440 handle_selfid(ohci, host, phyid, isroot); in ohci_irq_handler()
2470 hpsb_selfid_complete(host, phyid, isroot); in ohci_irq_handler()
Dpcilynx.h84 int phyid, isroot; member
Dieee1394_core.c366 void hpsb_selfid_complete(struct hpsb_host *host, int phyid, int isroot) in hpsb_selfid_complete() argument
371 host->node_id = LOCAL_BUS | phyid; in hpsb_selfid_complete()
/linux-2.4.37.9/drivers/net/pcmcia/
Dpcnet_cs.c1100 u_int tmp, phyid; in mii_phy_probe() local
1107 phyid = tmp << 16; in mii_phy_probe()
1108 phyid |= mdio_read(mii_addr, i, MII_PHYID_REG2); in mii_phy_probe()
1109 phyid &= MII_PHYID_REV_MASK; in mii_phy_probe()
1110 DEBUG(0, "%s: MII at %d is 0x%08x\n", dev->name, i, phyid); in mii_phy_probe()
1111 if (phyid == AM79C9XX_HOME_PHY) { in mii_phy_probe()
1113 } else if (phyid != AM79C9XX_ETH_PHY) { in mii_phy_probe()