Searched refs:P2A_INT_STATUS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-altera.c | 34 #define P2A_INT_STATUS 0x3060 macro 655 while ((status = cra_readl(pcie, P2A_INT_STATUS) in altera_pcie_isr() 659 cra_writel(pcie, 1 << bit, P2A_INT_STATUS); in altera_pcie_isr() 801 cra_writel(pcie, P2A_INT_STS_ALL, P2A_INT_STATUS); in altera_pcie_probe()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-altera.c | 33 #define P2A_INT_STATUS 0x3060 macro 652 while ((status = cra_readl(pcie, P2A_INT_STATUS) in altera_pcie_isr() 656 cra_writel(pcie, 1 << bit, P2A_INT_STATUS); in altera_pcie_isr() 796 cra_writel(pcie, P2A_INT_STS_ALL, P2A_INT_STATUS); in altera_pcie_probe()
|
Completed in 3 milliseconds