Lines Matching refs:msi_en
30 static bool msi_en = true; variable
31 module_param(msi_en, bool, S_IRUGO | S_IWUSR);
32 MODULE_PARM_DESC(msi_en, "Enable MSI");
1040 __func__, pcr->msi_en, pcr->pci->irq); in rtsx_pci_acquire_irq()
1043 pcr->msi_en ? 0 : IRQF_SHARED, in rtsx_pci_acquire_irq()
1052 pci_intx(pcr->pci, !pcr->msi_en); in rtsx_pci_acquire_irq()
1528 pcr->msi_en = msi_en; in rtsx_pci_probe()
1529 if (pcr->msi_en) { in rtsx_pci_probe()
1532 pcr->msi_en = false; in rtsx_pci_probe()
1567 if (pcr->msi_en) in rtsx_pci_probe()
1612 if (pcr->msi_en) in rtsx_pci_remove()
1719 if (pcr->msi_en) in rtsx_pci_shutdown()