Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b44f3239 authored by Tony Truong's avatar Tony Truong
Browse files

msm: msi: increase number of PCIe Synopsys MSI groups to 2



If there is a switch present, more than 32 MSIs may be required.
Increase the number of Synopsys MSIs supported to 64.

Change-Id: I57f62e79334aaf165ce56a195567335be41715c9
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent 1adca453
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@
#define PCIE_MSI_CTRL_INT_N_MASK_OFFS(n) (PCIE_MSI_CTRL_BASE + 0xc + 0xc * n)
#define PCIE_MSI_CTRL_INT_N_MASK_OFFS(n) (PCIE_MSI_CTRL_BASE + 0xc + 0xc * n)
#define PCIE_MSI_CTRL_INT_N_STATUS_OFFS(n) (PCIE_MSI_CTRL_BASE + 0x10 + 0xc * n)
#define PCIE_MSI_CTRL_INT_N_STATUS_OFFS(n) (PCIE_MSI_CTRL_BASE + 0x10 + 0xc * n)


#define MSI_IRQ_NR_GRP (1)
#define MSI_IRQ_NR_GRP (2)
#define MSI_IRQ_PER_GRP (32)
#define MSI_IRQ_PER_GRP (32)


enum msi_type {
enum msi_type {