Lines Matching refs:scfg
49 struct regmap *scfg;
99 if (!pcie->scfg)
102 regmap_read(pcie->scfg, SCFG_PEXMSCPORTSR(pcie->index), &state);
166 pcie->scfg = syscon_regmap_lookup_by_phandle(dev->of_node,
167 "fsl,pcie-scfg");
168 if (IS_ERR(pcie->scfg)) {
169 ret = PTR_ERR(pcie->scfg);
171 pcie->scfg = NULL;
176 "fsl,pcie-scfg", index, 2)) {
177 pcie->scfg = NULL;