Searched refs:pcie_syscon (Results 1 – 1 of 1) sorted by relevance
657 struct regmap *pcie_syscon; in dra7xx_pcie_configure_two_lane() local662 pcie_syscon = syscon_regmap_lookup_by_phandle(np, "ti,syscon-lane-sel"); in dra7xx_pcie_configure_two_lane()663 if (IS_ERR(pcie_syscon)) { in dra7xx_pcie_configure_two_lane()676 regmap_update_bits(pcie_syscon, pcie_reg, mask, val); in dra7xx_pcie_configure_two_lane()