Searched refs:phy_id (Results 101 - 125 of 135) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcxgb2.c814 data->phy_id = adapter->port[dev->if_port].phy->addr;
822 phy->mdio_read(adapter, data->phy_id, 0, data->reg_num & 0x1f,
834 phy->mdio_write(adapter, data->phy_id, 0, data->reg_num & 0x1f,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpasemi_mac.h85 char phy_id[BUS_ID_SIZE]; member in struct:pasemi_mac
H A Dgianfar.c441 char phy_id[BUS_ID_SIZE]; local
448 snprintf(phy_id, BUS_ID_SIZE, PHY_ID_FMT, priv->einfo->bus_id, priv->einfo->phy_id);
452 phydev = phy_connect(dev, phy_id, &adjust_link, 0, interface);
H A Dvia-velocity.c779 vptr->phy_id = MII_GET_PHY_ID(vptr->mac_regs);
2285 switch (PHYID_GET_PHY_ID(vptr->phy_id)) {
2594 if (PHYID_GET_PHY_ID(vptr->phy_id) == PHYID_CICADA_CS8201) {
3000 miidata->phy_id = readb(&regs->MIIADR) & 0x1f;
3182 if (PHYID_GET_PHY_ID(vptr->phy_id) == PHYID_CICADA_CS8201)
H A D3c59x.c704 static int mdio_read(struct net_device *dev, int phy_id, int location);
705 static void mdio_write(struct net_device *vp, int phy_id, int location, int value);
1346 vp->mii.phy_id = vp->phys[0];
3010 static int mdio_read(struct net_device *dev, int phy_id, int location) argument
3015 int read_cmd = (0xf6 << 10) | (phy_id << 5) | location;
3041 static void mdio_write(struct net_device *dev, int phy_id, int location, int value) argument
3045 int write_cmd = 0x50020000 | (phy_id << 23) | (location << 18) | value;
H A D8139cp.c1272 static int mdio_read(struct net_device *dev, int phy_id, int location) argument
1281 static void mdio_write(struct net_device *dev, int phy_id, int location, argument
1840 cp->mii_if.phy_id = CP_INTERNAL_PHY;
H A Dfealnx.c426 static int mdio_read(struct net_device *dev, int phy_id, int location);
427 static void mdio_write(struct net_device *dev, int phy_id, int location, int value);
618 np->mii.phy_id = np->phys[0];
H A Dtg3.c1024 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) {
1807 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) {
1828 if ((tp->phy_id & PHY_ID_REV_MASK) == PHY_REV_BCM5401_B0 &&
2004 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5411 &&
2680 if (tp->phy_id == PHY_ID_BCM8002)
8596 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) {
8804 data->phy_id = PHY_ADDR;
9652 u32 phy_id; member in struct:subsys_tbl_ent
9734 tp->phy_id = PHY_ID_INVALID;
9782 tp->phy_id
[all...]
H A Dtlan.c999 data->phy_id = phy;
1003 TLan_MiiReadReg(dev, data->phy_id & 0x1f, data->reg_num & 0x1f, &data->val_out);
1010 TLan_MiiWriteReg(dev, data->phy_id & 0x1f, data->reg_num & 0x1f, data->val_in);
H A Db44.c338 static int b44_mii_read(struct net_device *dev, int phy_id, int location) argument
348 static void b44_mii_write(struct net_device *dev, int phy_id, int location, argument
2177 bp->mii_if.phy_id = bp->phy_addr;
H A Dvia-velocity.h1765 u32 phy_id; member in struct:velocity_info
H A Dgt64240eth.c902 gp->mii_if.phy_id = dev->base_addr;
H A Dsungem.c2805 data->phy_id = gp->mii_phy_addr;
2812 data->val_out = __phy_read(gp, data->phy_id & 0x1f,
2824 __phy_write(gp, data->phy_id & 0x1f, data->reg_num & 0x1f,
H A Ducc_geth.c1595 char phy_id[BUS_ID_SIZE]; local
1601 snprintf(phy_id, BUS_ID_SIZE, PHY_ID_FMT, priv->ug_info->mdio_bus,
1604 phydev = phy_connect(dev, phy_id, &adjust_link, 0, priv->phy_interface);
H A Dspider_net.c1913 if (card->phy.def->phy_id)
H A Dbnx2.c1663 bp->phy_id = val << 16;
1665 bp->phy_id |= val & 0xffff;
5935 data->phy_id = bp->phy_addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibsas.h113 int phy_id; member in struct:ex_phy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_sds.c433 u8 phy_id; member in struct:asd_manuf_phy_desc
752 dflt_phy_param.phy_desc[i].phy_id = i;
H A Daic94xx_reg_def.h1399 #define LmSEQ_OOB_REG(phy_id, reg) LmSEQ_PHY_REG(5, (phy_id), (reg))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_hw.h691 uint32_t phy_id; /* Phy Identifier */ member in struct:ixgb_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dfsl_soc.c275 gfar_data.phy_id = *id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_main.c1208 fep->mii_if.phy_id = fec_mii_phy_id_detect(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_main.c1862 static int mdio_read(struct net_device *netdev, int phy_id, int reg_num) argument
1872 static void mdio_write(struct net_device *netdev, int phy_id, int reg_num, int val) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dpcilynx.c368 && (sid->phy_id == (phyid + 1))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c4561 qeth_mdio_read(struct net_device *dev, int phy_id, int regnum) argument
5236 mii_data->phy_id = 0;
5240 if (mii_data->phy_id != 0)
5243 mii_data->val_out = qeth_mdio_read(dev,mii_data->phy_id,

Completed in 521 milliseconds

123456