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");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()1547 pcr->msi_en = msi_en; in rtsx_pci_probe()1548 if (pcr->msi_en) { in rtsx_pci_probe()1551 pcr->msi_en = false; in rtsx_pci_probe()1586 if (pcr->msi_en) in rtsx_pci_probe()[all …]
1223 bool msi_en; member