Lines Matching refs:msi_en
31 static bool msi_en = true; variable
32 module_param(msi_en, bool, S_IRUGO | S_IWUSR);
33 MODULE_PARM_DESC(msi_en, "Enable MSI");
1048 __func__, pcr->msi_en, pcr->pci->irq); in rtsx_pci_acquire_irq()
1051 pcr->msi_en ? 0 : IRQF_SHARED, in rtsx_pci_acquire_irq()
1060 pci_intx(pcr->pci, !pcr->msi_en); in rtsx_pci_acquire_irq()
1594 pcr->msi_en = msi_en; in rtsx_pci_probe()
1595 if (pcr->msi_en) { in rtsx_pci_probe()
1598 pcr->msi_en = false; in rtsx_pci_probe()
1633 if (pcr->msi_en) in rtsx_pci_probe()
1678 if (pcr->msi_en) in rtsx_pci_remove()
1785 if (pcr->msi_en) in rtsx_pci_shutdown()