Searched refs:PCIM_MSICTRL_MSI_ENABLE (Results 1 – 7 of 7) sorted by relevance
55 msi->msi_ctrl |= PCIM_MSICTRL_MSI_ENABLE; in xen_pci_enable_msi_method()66 msi->msi_ctrl &= ~PCIM_MSICTRL_MSI_ENABLE; in xen_pci_disable_msi_method()
488 (val | (PCIM_MSICTRL_MSI_ENABLE << 16) | in mips_platform_pcib_setup_intr()
618 #define PCIM_MSICTRL_MSI_ENABLE 0x0001 macro
2312 msi->msi_ctrl |= PCIM_MSICTRL_MSI_ENABLE; in pci_enable_msi_method()2330 msi->msi_ctrl &= ~PCIM_MSICTRL_MSI_ENABLE; in pci_disable_msi_method()2348 if (msi->msi_ctrl & PCIM_MSICTRL_MSI_ENABLE) { in pci_resume_msi()2683 KASSERT(!(msi->msi_ctrl & PCIM_MSICTRL_MSI_ENABLE), in pci_release_msi_method()
902 rwmask = PCIM_MSICTRL_MME_MASK | PCIM_MSICTRL_MSI_ENABLE; in msicap_cfgwrite()918 pi->pi_msi.enabled = msgctrl & PCIM_MSICTRL_MSI_ENABLE ? 1 : 0; in msicap_cfgwrite()
140 if (ctrl & PCIM_MSICTRL_MSI_ENABLE) { in cap_msi()
4239 val | PCIM_MSICTRL_MSI_ENABLE, 2); in bge_reset()