Lines Matching full:pcs
54 struct tse_pcs pcs; member
62 void __iomem *sgmii_adapter_base = dwmac->pcs.sgmii_adapter_base; in socfpga_dwmac_fix_mac_speed()
95 tse_pcs_fix_mac_speed(&dwmac->pcs, phy_dev, speed); in socfpga_dwmac_fix_mac_speed()
186 dwmac->pcs.sgmii_adapter_base = in socfpga_dwmac_parse_data()
189 if (IS_ERR(dwmac->pcs.sgmii_adapter_base)) { in socfpga_dwmac_parse_data()
190 ret = PTR_ERR(dwmac->pcs.sgmii_adapter_base); in socfpga_dwmac_parse_data()
208 dwmac->pcs.tse_pcs_base = in socfpga_dwmac_parse_data()
211 if (IS_ERR(dwmac->pcs.tse_pcs_base)) { in socfpga_dwmac_parse_data()
212 ret = PTR_ERR(dwmac->pcs.tse_pcs_base); in socfpga_dwmac_parse_data()
314 if (tse_pcs_init(dwmac->pcs.tse_pcs_base, &dwmac->pcs) != 0) { in socfpga_gen5_set_phy_mode()
315 dev_err(dwmac->dev, "Unable to initialize TSE PCS"); in socfpga_gen5_set_phy_mode()
371 if (tse_pcs_init(dwmac->pcs.tse_pcs_base, &dwmac->pcs) != 0) { in socfpga_gen10_set_phy_mode()
372 dev_err(dwmac->dev, "Unable to initialize TSE PCS"); in socfpga_gen10_set_phy_mode()