Lines Matching refs:phy_id
70 static int reset_one_mii_phy(struct mii_phy* phy, int phy_id) in reset_one_mii_phy() argument
75 val = __sungem_phy_read(phy, phy_id, MII_BMCR); in reset_one_mii_phy()
78 __sungem_phy_write(phy, phy_id, MII_BMCR, val); in reset_one_mii_phy()
83 val = __sungem_phy_read(phy, phy_id, MII_BMCR); in reset_one_mii_phy()
89 __sungem_phy_write(phy, phy_id, MII_BMCR, val & ~BMCR_ISOLATE); in reset_one_mii_phy()
899 .phy_id = 0x00406210,
918 .phy_id = 0x004061e0,
936 .phy_id = 0x0143bc30,
955 .phy_id = 0x00206040,
974 .phy_id = 0x00206050,
993 .phy_id = 0x00206070,
1013 .phy_id = 0x002060e0,
1032 .phy_id = 0x002062e0,
1051 .phy_id = 0x002060c0,
1070 .phy_id = 0x002060d0,
1100 .phy_id = 0x01410c20,
1108 .phy_id = 0x01410c60,
1116 .phy_id = 0x01410cc0,
1133 .phy_id = 0x00000000,
1181 if ((id & def->phy_id_mask) == def->phy_id) in sungem_phy_probe()