Lines Matching +full:0 +full:xfffffff0
13 #define PHY_ID_ASIX_AX88772A 0x003b1861
14 #define PHY_ID_ASIX_AX88772C 0x003b1881
15 #define PHY_ID_ASIX_AX88796B 0x003b1841
30 * Returns: 0 on success, < 0 on failure
37 ret = phy_write(phydev, MII_BMCR, 0); in asix_soft_reset()
38 if (ret < 0) in asix_soft_reset()
46 * register is 0. This issue is not reproducible on AX88772C.
57 return 0; in asix_ax88772a_read_status()
59 /* If MII_LPA is 0, phy_resolve_aneg_linkmode() will fail to resolve in asix_ax88772a_read_status()
63 if (val < 0) in asix_ax88772a_read_status()
77 if (ret < 0) in asix_ax88772a_read_status()
83 return 0; in asix_ax88772a_read_status()
117 .phy_id_mask = 0xfffffff0,
127 { PHY_ID_ASIX_AX88796B, 0xfffffff0 },