Searched refs:pcie_syscon (Results 1 – 1 of 1) sorted by relevance
659 struct regmap *pcie_syscon; in dra7xx_pcie_configure_two_lane() local664 pcie_syscon = syscon_regmap_lookup_by_phandle_args(np, "ti,syscon-lane-sel", in dra7xx_pcie_configure_two_lane()666 if (IS_ERR(pcie_syscon)) { in dra7xx_pcie_configure_two_lane()673 regmap_update_bits(pcie_syscon, pcie_reg, mask, val); in dra7xx_pcie_configure_two_lane()
Completed in 5 milliseconds