Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-tegra194.c306 unsigned int pex_rst_irq; member
1002 enable_irq(pcie->pex_rst_irq); in tegra_pcie_dw_start_link()
1011 disable_irq(pcie->pex_rst_irq); in tegra_pcie_dw_stop_link()
1937 pcie->pex_rst_irq = (unsigned int)ret; in tegra_pcie_config_ep()
1946 irq_set_status_flags(pcie->pex_rst_irq, IRQ_NOAUTOEN); in tegra_pcie_config_ep()
1950 ret = devm_request_threaded_irq(dev, pcie->pex_rst_irq, NULL, in tegra_pcie_config_ep()