Home
last modified time | relevance | path

Searched full:pex_rst (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra194-pinmux.yaml268 pinctrl-names = "pex_rst";
272 pex_rst {
H A Dnvidia,tegra234-pinmux.yaml125 pinctrl-names = "pex_rst";
/openbmc/linux/drivers/pci/controller/
H A Dpci-tegra.c337 struct reset_control *pex_rst; member
1181 reset_control_assert(pcie->pex_rst); in tegra_pcie_power_on()
1283 pcie->pex_rst = devm_reset_control_get_exclusive(dev, "pex"); in tegra_pcie_resets_get()
1284 if (IS_ERR(pcie->pex_rst)) in tegra_pcie_resets_get()
1285 return PTR_ERR(pcie->pex_rst); in tegra_pcie_resets_get()
2719 * avoid unwanted interrupts raised by AFI after pex_rst is asserted. in tegra_pcie_pm_suspend()
2729 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_suspend()
2770 reset_control_deassert(pcie->pex_rst); in tegra_pcie_pm_resume()
2786 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_resume()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c1602 * So apply pex_rst to end point to force RP to go into detect in tegra_pcie_dw_pme_turnoff()
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra194.dtsi131 pex_rst {