Lines Matching refs:msi_en
28 static bool msi_en = true; variable
29 module_param(msi_en, bool, S_IRUGO | S_IWUSR);
30 MODULE_PARM_DESC(msi_en, "Enable MSI");
1029 __func__, pcr->msi_en, pcr->pci->irq); in rtsx_pci_acquire_irq()
1032 pcr->msi_en ? 0 : IRQF_SHARED, in rtsx_pci_acquire_irq()
1041 pci_intx(pcr->pci, !pcr->msi_en); in rtsx_pci_acquire_irq()
1552 pcr->msi_en = msi_en; in rtsx_pci_probe()
1553 if (pcr->msi_en) { in rtsx_pci_probe()
1556 pcr->msi_en = false; in rtsx_pci_probe()
1588 if (pcr->msi_en) in rtsx_pci_probe()
1631 if (pcr->msi_en) in rtsx_pci_remove()
1719 if (pcr->msi_en) in rtsx_pci_shutdown()