Searched refs:PCIE_ISR0_ALL_MASK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-aardvark.c | 110 #define PCIE_ISR0_ALL_MASK GENMASK(31, 0) macro 582 advk_writel(pcie, PCIE_ISR0_ALL_MASK, PCIE_ISR0_REG); in advk_pcie_setup_hw() 587 advk_writel(pcie, PCIE_ISR0_ALL_MASK, PCIE_ISR0_MASK_REG); in advk_pcie_setup_hw() 1630 isr0_status = isr0_val & ((~isr0_mask) & PCIE_ISR0_ALL_MASK); in advk_pcie_handle_int() 1959 advk_writel(pcie, PCIE_ISR0_ALL_MASK, PCIE_ISR0_MASK_REG); in advk_pcie_remove() 1965 advk_writel(pcie, PCIE_ISR0_ALL_MASK, PCIE_ISR0_REG); in advk_pcie_remove()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-aardvark.c | 106 #define PCIE_ISR0_ALL_MASK GENMASK(31, 0) macro 582 advk_writel(pcie, PCIE_ISR0_ALL_MASK, PCIE_ISR0_REG); in advk_pcie_setup_hw() 587 reg = PCIE_ISR0_ALL_MASK; in advk_pcie_setup_hw() 1418 isr0_status = isr0_val & ((~isr0_mask) & PCIE_ISR0_ALL_MASK); in advk_pcie_handle_int()
|
Completed in 6 milliseconds