Searched refs:PCIM_MSICTRL_MMC_MASK (Results 1 – 3 of 3) sorted by relevance
36 *vector_count = 1U << ((msgctrl & PCIM_MSICTRL_MMC_MASK) >> 1U); in need_vmsix_on_msi_emulation()148 msi_msgctrl |= (msi_msgctrl & PCIM_MSICTRL_MMC_MASK) << 3U; in write_vmsix_cap_reg_on_msi()
150 val &= ~((uint32_t)PCIM_MSICTRL_MMC_MASK << 16U); in init_vmsi()
160 #define PCIM_MSICTRL_MMC_MASK 0x000EU macro
Completed in 7 milliseconds