Lines Matching +full:0 +full:x0400
18 * - Early failures: MII_LPA is just 0x0001. if MII_EXPANSION reports that
43 ret = phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x0000); in meson_gxl_startup()
46 ret = phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x0400); in meson_gxl_startup()
49 ret = phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x0000); in meson_gxl_startup()
52 ret = phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x0400); in meson_gxl_startup()
57 ret = phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x8D80); in meson_gxl_startup()
62 wol = phy_read(phydev, MDIO_DEVAD_NONE, 0x15); in meson_gxl_startup()
63 if (wol < 0) in meson_gxl_startup()
67 if (lpa < 0) in meson_gxl_startup()
71 if (exp < 0) in meson_gxl_startup()
103 phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x0000); in meson_gxl_phy_config()
104 phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x0400); in meson_gxl_phy_config()
105 phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x0000); in meson_gxl_phy_config()
106 phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x0400); in meson_gxl_phy_config()
109 phy_write(phydev, MDIO_DEVAD_NONE, 0x17, 0x8E0D); in meson_gxl_phy_config()
110 phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x4417); in meson_gxl_phy_config()
113 phy_write(phydev, MDIO_DEVAD_NONE, 0x17, 0x0005); in meson_gxl_phy_config()
114 phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x5C1B); in meson_gxl_phy_config()
117 phy_write(phydev, MDIO_DEVAD_NONE, 0x17, 0x029A); in meson_gxl_phy_config()
118 phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x5C1D); in meson_gxl_phy_config()
121 phy_write(phydev, MDIO_DEVAD_NONE, 0x17, 0xAAAA); in meson_gxl_phy_config()
122 phy_write(phydev, MDIO_DEVAD_NONE, 0x14, 0x5C1C); in meson_gxl_phy_config()
129 .uid = 0x01814400,
130 .mask = 0xfffffff0,
141 return 0; in phy_meson_gxl_init()