Searched refs:msi_en (Results 1 – 2 of 2) sorted by relevance
31 static bool msi_en = true; variable32 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()[all …]
1221 bool msi_en; member