Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c373 u32 val, status_l0, status_l1; in tegra_pcie_rp_irq_handler() local
376 status_l0 = appl_readl(pcie, APPL_INTR_STATUS_L0); in tegra_pcie_rp_irq_handler()
377 if (status_l0 & APPL_INTR_STATUS_L0_LINK_STATE_INT) { in tegra_pcie_rp_irq_handler()
396 if (status_l0 & APPL_INTR_STATUS_L0_INT_INT) { in tegra_pcie_rp_irq_handler()
416 if (status_l0 & APPL_INTR_STATUS_L0_CDM_REG_CHK_INT) { in tegra_pcie_rp_irq_handler()
516 u32 status_l0, status_l1, link_status; in tegra_pcie_ep_hard_irq() local
518 status_l0 = appl_readl(pcie, APPL_INTR_STATUS_L0); in tegra_pcie_ep_hard_irq()
519 if (status_l0 & APPL_INTR_STATUS_L0_LINK_STATE_INT) { in tegra_pcie_ep_hard_irq()
537 if (status_l0 & APPL_INTR_STATUS_L0_PCI_CMD_EN_INT) { in tegra_pcie_ep_hard_irq()
549 status_l0); in tegra_pcie_ep_hard_irq()
[all …]