Searched refs:PCIM_MSICTRL_MMC_MASK (Results 1 – 3 of 3) sorted by relevance
519 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()
333 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()
543 #define PCIM_MSICTRL_MMC_MASK 0x000e macro
Completed in 14 milliseconds