Lines Matching full:gphy

857 	 * Also with various other PHY / port combinations (PHY11G GPHY, PHY22F  in gswip_setup()
858 * GPHY, external RGMII PEF7071/7072) any traffic would stop. Sometimes in gswip_setup()
1895 { .compatible = "lantiq,xrx200-gphy-fw", .data = NULL },
1896 { .compatible = "lantiq,xrx200a1x-gphy-fw", .data = &xrx200a1x_gphy_data },
1897 { .compatible = "lantiq,xrx200a2x-gphy-fw", .data = &xrx200a2x_gphy_data },
1898 { .compatible = "lantiq,xrx300-gphy-fw", .data = &xrx300_gphy_data },
1899 { .compatible = "lantiq,xrx330-gphy-fw", .data = &xrx300_gphy_data },
1932 /* GPHY cores need the firmware code in a persistent and contiguous in gswip_gphy_fw_load()
1968 snprintf(gphyname, sizeof(gphyname), "gphy%d", i); in gswip_gphy_fw_probe()
1980 ret = of_property_read_u32(gphy_fw_np, "lantiq,gphy-mode", &gphy_mode); in gswip_gphy_fw_probe()
1993 dev_err(dev, "Unknown GPHY mode %d\n", gphy_mode); in gswip_gphy_fw_probe()
2000 "Failed to lookup gphy reset\n"); in gswip_gphy_fw_probe()
2016 dev_err(priv->dev, "can not reset GPHY FW pointer"); in gswip_gphy_fw_remove()
2033 * GPHY firmware. The VRX200 rev 1.2 uses the GSWIP 2.1 and also in gswip_gphy_fw_list()
2034 * needs a different GPHY firmware. in gswip_gphy_fw_list()
2036 if (of_device_is_compatible(gphy_fw_list_np, "lantiq,xrx200-gphy-fw")) { in gswip_gphy_fw_list()
2055 dev_err(dev, "GPHY compatible type not supported"); in gswip_gphy_fw_list()
2086 * taken out of reset. For the SoC-internal GPHY variant there in gswip_gphy_fw_list()
2162 gphy_fw_np = of_get_compatible_child(dev->of_node, "lantiq,gphy-fw"); in gswip_probe()
2167 dev_err(dev, "gphy fw probe failed\n"); in gswip_probe()