Searched refs:PCIM_MSICTRL_MME_MASK (Results 1 – 3 of 3) sorted by relevance
117 if ((msgctrl & (PCIM_MSICTRL_MSI_ENABLE | PCIM_MSICTRL_MME_MASK)) == PCIM_MSICTRL_MSI_ENABLE) { in write_vmsi_cap_reg()151 val &= ~((uint32_t)PCIM_MSICTRL_MME_MASK << 16U); in init_vmsi()
142 msi_msgctrl = msi_msgctrl & (~PCIM_MSICTRL_MME_MASK); in write_vmsix_cap_reg_on_msi()
161 #define PCIM_MSICTRL_MME_MASK 0x0070U macro
Completed in 6 milliseconds