Searched refs:phyid (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | ieee1394_core.h | 146 void hpsb_selfid_complete(struct hpsb_host *host, int phyid, int isroot);
|
D | pcilynx.c | 405 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()
|
D | ohci1394.h | 219 int phyid, isroot; member
|
D | ohci1394.c | 294 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()
|
D | pcilynx.h | 84 int phyid, isroot; member
|
D | ieee1394_core.c | 366 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/ |
D | pcnet_cs.c | 1100 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()
|