Searched full:pex_rst (Results 1 – 5 of 5) sorted by relevance
268 pinctrl-names = "pex_rst";272 pex_rst {
128 pinctrl-names = "pex_rst";
339 struct reset_control *pex_rst; member1183 reset_control_assert(pcie->pex_rst); in tegra_pcie_power_on()1285 pcie->pex_rst = devm_reset_control_get_exclusive(dev, "pex"); in tegra_pcie_resets_get()1286 if (IS_ERR(pcie->pex_rst)) in tegra_pcie_resets_get()1287 return PTR_ERR(pcie->pex_rst); in tegra_pcie_resets_get()2663 * avoid unwanted interrupts raised by AFI after pex_rst is asserted. in tegra_pcie_pm_suspend()2673 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_suspend()2714 reset_control_deassert(pcie->pex_rst); in tegra_pcie_pm_resume()2730 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_resume()
1612 * So apply pex_rst to end point to force RP to go into detect in tegra_pcie_dw_pme_turnoff()
131 pex_rst {