Searched refs:MSI (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dpci_fire.c105 /* All MSI registers are offset from pbm->pbm_regs */
131 #define MSI_MAP(MSI) (0x020000UL + (MSI) * 0x8UL)
136 #define MSI_CLEAR(MSI) (0x028000UL + (MSI) * 0x8UL)
239 printk(KERN_ERR "MSI: Cannot allocate MSI queues (o=%lu).\n",
/linux-master/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c62 #define MSI BIT(4) macro
160 LEG_EP_INTERRUPTS | MSI);
164 MSI | LEG_EP_INTERRUPTS);
235 * Need to make sure all MSI status bits read 0 before exiting.
236 * Else, new MSI IRQs are not registered by the wrapper. Have an
251 "Too many MSI IRQs to handle\n");
273 case MSI:
494 /* MSI IRQ is muxed */
/linux-master/drivers/pci/controller/
H A Dpcie-xilinx-dma-pl.c46 IMR(MSI) | \
75 /* Number of MSI IRQs */
97 * @msi: MSI information
350 .name = "pl_dma:PCIe MSI",
380 .name = "pl_dma:MSI",
478 dev_err(dev, "Failed to allocate MSI IRQ domains\n");
668 /* Needed for MSI DECODE MODE */
/linux-master/drivers/media/usb/dvb-usb/
H A Dm920x.c2 /* DVB USB compliant linux driver for MSI Mega Sky 580 DVB-T USB2.0 receiver
913 DVB_USB_DEV(MSI, MSI_MEGASKY580),
974 { "MSI Mega Sky 580 DVB-T USB2.0",
1022 { "MSI DIGI VOX mini II DVB-T USB2.0",
/linux-master/drivers/clk/stm32/
H A Dclk-stm32mp25.c20 MSI, enumerator in enum:__anon39
146 { .index = MSI },
/linux-master/drivers/scsi/lpfc/
H A Dlpfc.h101 /* Number of MSI-X vectors the driver uses */
794 MSI, enumerator in enum:intr_type_t
H A Dlpfc_init.c548 * Configure HBA MSI-X attention conditions to messages if MSI-X mode
559 "0352 Config MSI mailbox command "
7451 "0481 Enabled MSI interrupt mode.\n");
7455 "0480 Enabled MSI-X interrupt mode.\n");
12062 * lpfc_sli_enable_msix - Enable MSI-X interrupt mode on SLI-3 device
12065 * This routine is invoked to enable the MSI-X interrupt vectors to device
12078 /* Set up MSI-X multi-message vectors */
12083 "0420 PCI enable MSI-X failed (%d)\n", rc);
12088 * Assign MSI
[all...]

Completed in 196 milliseconds