Searched refs:sgmii_adapter_base (Results 1 – 1 of 1) sorted by relevance
58 void __iomem *sgmii_adapter_base; member68 void __iomem *sgmii_adapter_base = dwmac->sgmii_adapter_base; in socfpga_dwmac_fix_mac_speed() local74 if (sgmii_adapter_base) in socfpga_dwmac_fix_mac_speed()76 sgmii_adapter_base + SGMII_ADAPTER_CTRL_REG); in socfpga_dwmac_fix_mac_speed()98 if (phy_dev && sgmii_adapter_base) in socfpga_dwmac_fix_mac_speed()100 sgmii_adapter_base + SGMII_ADAPTER_CTRL_REG); in socfpga_dwmac_fix_mac_speed()190 dwmac->sgmii_adapter_base = in socfpga_dwmac_parse_data()193 if (IS_ERR(dwmac->sgmii_adapter_base)) { in socfpga_dwmac_parse_data()194 ret = PTR_ERR(dwmac->sgmii_adapter_base); in socfpga_dwmac_parse_data()246 writew(val, dwmac->sgmii_adapter_base + SGMII_ADAPTER_CTRL_REG); in socfpga_sgmii_config()