Home
last modified time | relevance | path

Searched refs:pex_rst (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra194-pinmux.yaml268 pinctrl-names = "pex_rst";
272 pex_rst {
H A Dnvidia,tegra234-pinmux.yaml128 pinctrl-names = "pex_rst";
/linux-6.15/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()
2699 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_suspend()
2740 reset_control_deassert(pcie->pex_rst); in tegra_pcie_pm_resume()
2756 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_resume()
/linux-6.15/arch/arm64/boot/dts/nvidia/
H A Dtegra194.dtsi131 pex_rst {