Lines Matching refs:core_rst
252 struct reset_control *core_rst; member
1006 reset_control_assert(pcie->core_rst); in tegra_pcie_dw_start_link()
1007 reset_control_deassert(pcie->core_rst); in tegra_pcie_dw_start_link()
1468 reset_control_deassert(pcie->core_rst); in tegra_pcie_config_controller()
1493 ret = reset_control_assert(pcie->core_rst); in tegra_pcie_unconfig_controller()
1707 reset_control_assert(pcie->core_rst); in pex_ep_event_pex_rst_assert()
1843 reset_control_deassert(pcie->core_rst); in pex_ep_event_pex_rst_deassert()
1918 reset_control_assert(pcie->core_rst); in pex_ep_event_pex_rst_deassert()
2210 pcie->core_rst = devm_reset_control_get(dev, "core"); in tegra_pcie_dw_probe()
2211 if (IS_ERR(pcie->core_rst)) { in tegra_pcie_dw_probe()
2213 PTR_ERR(pcie->core_rst)); in tegra_pcie_dw_probe()
2214 return PTR_ERR(pcie->core_rst); in tegra_pcie_dw_probe()