Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/
Dpci-aardvark.c115 #define PCIE_ISR1_ALL_MASK GENMASK(31, 0) macro
582 advk_writel(pcie, PCIE_ISR1_ALL_MASK, PCIE_ISR1_REG); in advk_pcie_setup_hw()
587 advk_writel(pcie, PCIE_ISR1_ALL_MASK, PCIE_ISR1_MASK_REG); in advk_pcie_setup_hw()
1627 isr1_status = isr1_val & ((~isr1_mask) & PCIE_ISR1_ALL_MASK); in advk_pcie_handle_int()
1953 advk_writel(pcie, PCIE_ISR1_ALL_MASK, PCIE_ISR1_MASK_REG); in advk_pcie_remove()
1959 advk_writel(pcie, PCIE_ISR1_ALL_MASK, PCIE_ISR1_REG); in advk_pcie_remove()