Searched refs:PCIM_MSICTRL_MSI_ENABLE (Results 1 – 4 of 4) sorted by relevance
48 msgctrl |= PCIM_MSICTRL_MSI_ENABLE; in enable_disable_msi()50 msgctrl &= ~PCIM_MSICTRL_MSI_ENABLE; in enable_disable_msi()117 if ((msgctrl & (PCIM_MSICTRL_MSI_ENABLE | PCIM_MSICTRL_MME_MASK)) == PCIM_MSICTRL_MSI_ENABLE) { in write_vmsi_cap_reg()
143 msi_msgctrl &= ~ PCIM_MSICTRL_MSI_ENABLE; in write_vmsix_cap_reg_on_msi()149 msi_msgctrl |= PCIM_MSICTRL_MSI_ENABLE; in write_vmsix_cap_reg_on_msi()
154 #define PCIM_MSICTRL_MSI_ENABLE 0x01U macro
557 msgctrl &= ~PCIM_MSICTRL_MSI_ENABLE; in config_pci_bridge()
Completed in 8 milliseconds