Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c374 u32 val, status_l0, status_l1; in tegra_pcie_rp_irq_handler() local
379 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_0_0); in tegra_pcie_rp_irq_handler()
380 appl_writel(pcie, status_l1, APPL_INTR_STATUS_L1_0_0); in tegra_pcie_rp_irq_handler()
382 status_l1 & APPL_INTR_STATUS_L1_0_0_LINK_REQ_RST_NOT_CHGED) { in tegra_pcie_rp_irq_handler()
399 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_8_0); in tegra_pcie_rp_irq_handler()
400 if (status_l1 & APPL_INTR_STATUS_L1_8_0_AUTO_BW_INT_STS) { in tegra_pcie_rp_irq_handler()
406 if (status_l1 & APPL_INTR_STATUS_L1_8_0_BW_MGT_INT_STS) { in tegra_pcie_rp_irq_handler()
425 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_18); in tegra_pcie_rp_irq_handler()
427 if (status_l1 & APPL_INTR_STATUS_L1_18_CDM_REG_CHK_CMPLT) { in tegra_pcie_rp_irq_handler()
431 if (status_l1 & APPL_INTR_STATUS_L1_18_CDM_REG_CHK_CMP_ERR) { in tegra_pcie_rp_irq_handler()
[all …]