Searched refs:APPL_INTR_EN_L0_0 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/pci/controller/dwc/ |
D | pcie-tegra194.c | 57 #define APPL_INTR_EN_L0_0 0x8 macro 733 val = appl_readl(pcie, APPL_INTR_EN_L0_0); in tegra_pcie_enable_system_interrupts() 735 appl_writel(pcie, val, APPL_INTR_EN_L0_0); in tegra_pcie_enable_system_interrupts() 744 val = appl_readl(pcie, APPL_INTR_EN_L0_0); in tegra_pcie_enable_system_interrupts() 746 appl_writel(pcie, val, APPL_INTR_EN_L0_0); in tegra_pcie_enable_system_interrupts() 772 val = appl_readl(pcie, APPL_INTR_EN_L0_0); in tegra_pcie_enable_intx_interrupts() 775 appl_writel(pcie, val, APPL_INTR_EN_L0_0); in tegra_pcie_enable_intx_interrupts() 793 val = appl_readl(pcie, APPL_INTR_EN_L0_0); in tegra_pcie_enable_msi_interrupts() 796 appl_writel(pcie, val, APPL_INTR_EN_L0_0); in tegra_pcie_enable_msi_interrupts() 1582 appl_writel(pcie, 0x0, APPL_INTR_EN_L0_0); in tegra_pcie_dw_pme_turnoff() [all …]
|