Searched refs:phy_type (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dat91_ether.c208 if ((lp->phy_type == MII_DM9161_ID) || (lp->phy_type == MII_DM9161A_ID)) {
213 else if (lp->phy_type == MII_LXT971A_ID) {
218 else if (lp->phy_type == MII_BCM5221_ID) {
223 else if (lp->phy_type == MII_KS8721_ID) {
228 else if (lp->phy_type == MII_T78Q21x3_ID) { /* ack interrupt in Teridian PHY */
233 else if (lp->phy_type == MII_DP83848_ID) {
275 if ((lp->phy_type == MII_DM9161_ID) || (lp->phy_type == MII_DM9161A_ID)) { /* for Davicom PHY */
280 else if (lp->phy_type
952 at91ether_setup(unsigned long phy_type, unsigned short phy_address, struct platform_device *pdev, struct clk *ether_clk) argument
[all...]
H A Dat91_ether.h93 unsigned long phy_type; /* type of PHY (PHY_ID) */ member in struct:at91_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_hw.c92 if (hw->phy_type == ixgb_phy_type_txn17401) {
209 ixgb_phy_type phy_type; local
218 phy_type = ixgb_phy_type_txn17401;
228 phy_type = ixgb_phy_type_txn17201;
231 phy_type = ixgb_phy_type_g6005;
236 phy_type = ixgb_phy_type_g6104;
243 phy_type = ixgb_phy_type_txn17201;
246 phy_type = ixgb_phy_type_g6005;
251 phy_type = ixgb_phy_type_unknown;
255 return (phy_type);
[all...]
H A Dixgb_hw.h694 ixgb_phy_type phy_type; /* Transceiver/phy identifier */ member in struct:ixgb_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dtsi108.h105 u16 phy_type; /* type of phy on board */ member in struct:__anon9326
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c174 hw->phy_type = e1000_phy_m88;
181 hw->phy_type = e1000_phy_igp;
185 hw->phy_type = e1000_phy_igp_3;
190 hw->phy_type = e1000_phy_ife;
194 hw->phy_type = e1000_phy_gg82563;
200 hw->phy_type = e1000_phy_undefined;
1478 if (hw->phy_type == e1000_phy_igp) {
1865 if (hw->phy_type == e1000_phy_ife)
1938 if (hw->phy_type == e1000_phy_igp) {
2003 if (hw->phy_type
[all...]
H A De1000_ethtool.c134 if (hw->phy_type == e1000_phy_ife)
413 regs_buff[12] = adapter->hw.phy_type; /* PHY type (IGP=1, M88=0) */
414 if (hw->phy_type == e1000_phy_igp) {
1280 if (adapter->hw.phy_type == e1000_phy_m88) {
1288 } else if (adapter->hw.phy_type == e1000_phy_gg82563)
1295 if (adapter->hw.phy_type == e1000_phy_ife) {
1319 adapter->hw.phy_type == e1000_phy_m88)
1334 if (adapter->hw.phy_type == e1000_phy_m88)
1457 if (hw->phy_type == e1000_phy_gg82563)
1868 } else if (adapter->hw.phy_type
[all...]
H A De1000_main.c2564 (adapter->hw.phy_type == e1000_phy_igp_3) &&
3680 (hw->phy_type == e1000_phy_m88) &&
4640 if ((adapter->hw.phy_type != e1000_phy_igp) || !adapter->hw.autoneg ||
5087 if (adapter->hw.phy_type == e1000_phy_igp_3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsmc91x.c208 u32 phy_type; member in struct:smc_local
950 lp->phy_type = 0;
971 lp->phy_type = id1 << 16 | id2;
1063 if (lp->phy_type == 0)
1133 * We should not be called if phy_type is zero.
1135 if (lp->phy_type == 0)
1230 if (lp->phy_type == 0)
1439 if (lp->phy_type != 0) {
1587 if (lp->phy_type == 0)
1595 if (lp->phy_type !
[all...]
H A Dsmc911x.c140 u32 phy_type; member in struct:smc911x_local
745 lp->phy_type = 0;
785 lp->phy_type = id1 << 16 | id2;
796 lp->phy_type = id1 << 16 | id2;
966 * We should not be called if phy_type is zero.
968 if (lp->phy_type == 0)
1061 if (lp->phy_type == 0)
1341 if (lp->phy_type != 0) {
1522 if (lp->phy_type != 0) {
1574 if (lp->phy_type !
[all...]
H A Dsungem.c1228 if (gp->phy_type != phy_mii_mdio0 &&
1229 gp->phy_type != phy_mii_mdio1)
1323 } else if (gp->phy_type == phy_serialink ||
1324 gp->phy_type == phy_serdes) {
1349 (gp->phy_type == phy_mii_mdio0 ||
1350 gp->phy_type == phy_mii_mdio1)) {
1378 if (gp->phy_type == phy_serialink ||
1379 gp->phy_type == phy_serdes) {
1483 if (gp->phy_type == phy_serialink ||
1484 gp->phy_type
[all...]
H A Dskge.c699 if (hw->phy_type == SK_PHY_BCOM)
724 if (hw->phy_type == SK_PHY_BCOM)
998 if (hw->phy_type == SK_PHY_XMAC) {
1021 if (hw->phy_type == SK_PHY_XMAC)
1110 if (hw->phy_type == SK_PHY_BCOM)
1456 if (hw->phy_type != SK_PHY_XMAC) {
1471 switch(hw->phy_type) {
1611 if (hw->phy_type != SK_PHY_XMAC) {
1669 if (hw->phy_type == SK_PHY_XMAC &&
1737 if (hw->phy_type !
[all...]
H A Dsungem.h1017 enum gem_phy_type phy_type; member in struct:gem
1033 #define found_mii_phy(gp) ((gp->phy_type == phy_mii_mdio0 || gp->phy_type == phy_mii_mdio1) \
H A Dcassini.c680 if (cp->phy_type & CAS_PHY_MII_MDIO1)
752 if (cp->phy_type & CAS_PHY_SERDES) {
844 if (CAS_PHY_MII(cp->phy_type)) {
879 writel((cp->phy_type & CAS_PHY_MII_MDIO0) ?
3119 int phy_type = CAS_PHY_MII_MDIO0; /* default phy type */ local
3240 phy_type = CAS_PHY_SERDES;
3248 phy_type = CAS_PHY_SERDES;
3278 return phy_type;
3346 cp->phy_type = cas_get_vpd_info(cp, cp->dev->dev_addr,
3348 if (cp->phy_type
[all...]
H A Dtsi108_eth.c85 unsigned int phy_type; member in struct:tsi108_prv_data
1260 if (data->phy_type == TSI108_PHY_BCM54XX) {
1588 data->phy_type = einfo->phy_type;
H A Ddefxx.h706 PI_UINT32 phy_type[PI_PHY_K_MAX]; /* Phy */ member in struct:__anon5338
H A Dskge.h2421 u8 phy_type; member in struct:skge_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dtsi108_dev.c134 tsi_eth_data.phy_type = TSI108_PHY_BCM54XX;
H A Dfsl_soc.c418 static enum fsl_usb2_phy_modes determine_usb_phy(const char *phy_type) argument
420 if (!phy_type)
422 if (!strcasecmp(phy_type, "ulpi"))
424 if (!strcasecmp(phy_type, "utmi"))
426 if (!strcasecmp(phy_type, "utmi_wide"))
428 if (!strcasecmp(phy_type, "serial"))
478 prop = of_get_property(np, "phy_type", NULL);
542 prop = of_get_property(np, "phy_type", NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Diphase.c714 iadev->phy_type = memType & FE_MASK;
715 IF_INIT(printk("memType = 0x%x iadev->phy_type = 0x%x\n",
716 memType,iadev->phy_type);)
717 if (iadev->phy_type == FE_25MBIT_PHY)
719 else if (iadev->phy_type == FE_DS3_PHY)
721 else if (iadev->phy_type == FE_E3_PHY)
736 if(iadev->phy_type & FE_25MBIT_PHY) {
739 } else if (iadev->phy_type & FE_DS3_PHY) {
745 } else if (iadev->phy_type & FE_E3_PHY ) {
778 if (iadev->phy_type
[all...]
H A Diphase.h1034 u_short phy_type; member in struct:iadev_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dsmt.h235 u_char phy_type ; /* A/B/S/M */ member in struct:smt_phy_rec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_main.c3568 u8 phy_type; local
3576 phy_type = (value & 0x0F00) >> 8;
3580 phy_analog, phy_type, phy_rev);
3582 switch (phy_type) {
3608 phy_type);
3619 phy->type = phy_type;
3621 if ((phy_type == BCM43xx_PHYTYPE_B) || (phy_type == BCM43xx_PHYTYPE_G)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmsrom_tbl.h763 uint16 phy_type; member in struct:__anon3187
848 uint16 phy_type; member in struct:__anon3188
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dsmt.c1364 phy->phy_type = type ;

Completed in 506 milliseconds

12