Home
last modified time | relevance | path

Searched refs:PCIM_MSICTRL_MMC_MASK (Results 1 – 3 of 3) sorted by relevance

/components/drivers/pci/msi/
A Dmsi.c519 return 1 << ((msgctl & PCIM_MSICTRL_MMC_MASK) >> 1); in rt_pci_msi_vector_count()
559 desc.msi.cap.multi_msg_max = (msgctl & PCIM_MSICTRL_MMC_MASK) >> 1; in msi_setup_msi_desc()
/components/drivers/pci/host/dw/
A Dpcie-dw_ep.c333 val &= ~PCIM_MSICTRL_MMC_MASK; in dw_pcie_ep_set_msi()
334 val |= (irq_nr << 1) & PCIM_MSICTRL_MMC_MASK; in dw_pcie_ep_set_msi()
/components/drivers/pci/
A Dpci_regs.h543 #define PCIM_MSICTRL_MMC_MASK 0x000e macro

Completed in 14 milliseconds