Searched refs:qsgmii_csr (Results 1 – 2 of 2) sorted by relevance
99 struct regmap *qsgmii_csr; member241 gmac->qsgmii_csr = syscon_regmap_lookup_by_phandle(dev->of_node, in ipq806x_gmac_of_parse()243 if (IS_ERR(gmac->qsgmii_csr)) { in ipq806x_gmac_of_parse()245 return gmac->qsgmii_csr; in ipq806x_gmac_of_parse()287 regmap_write(gmac->qsgmii_csr, QSGMII_PCS_CAL_LCKDT_CTL, in ipq806x_gmac_probe()334 regmap_write(gmac->qsgmii_csr, QSGMII_PHY_SGMII_CTL(gmac->id), in ipq806x_gmac_probe()
28 qcom,qsgmii-csr = <&qsgmii_csr>;