Searched refs:PCI_MSI_FLAGS_ENABLE (Results 1 – 5 of 5) sorted by relevance
174 PCI_MSI_FLAGS_ENABLE); in msi_enabled()238 PCI_MSI_FLAGS_QSIZE | PCI_MSI_FLAGS_ENABLE); in msi_init()284 flags &= ~(PCI_MSI_FLAGS_QSIZE | PCI_MSI_FLAGS_ENABLE); in msi_reset()429 if (!(flags & PCI_MSI_FLAGS_ENABLE)) { in msi_write_config()
1085 if (reg_field & PCI_MSI_FLAGS_ENABLE) { in xen_pt_msgctrl_reg_init()1088 reg_field & ~PCI_MSI_FLAGS_ENABLE); in xen_pt_msgctrl_reg_init()1116 msi->flags |= *data & ~PCI_MSI_FLAGS_ENABLE; in xen_pt_msgctrl_reg_write()1122 if (*val & PCI_MSI_FLAGS_ENABLE) { in xen_pt_msgctrl_reg_write()1133 *val &= ~PCI_MSI_FLAGS_ENABLE; in xen_pt_msgctrl_reg_write()1138 *val &= ~PCI_MSI_FLAGS_ENABLE; in xen_pt_msgctrl_reg_write()1145 msi->flags |= PCI_MSI_FLAGS_ENABLE; in xen_pt_msgctrl_reg_write()
244 return msi_msix_enable(s, s->msi->ctrl_offset, PCI_MSI_FLAGS_ENABLE, in xen_pt_msi_set_enable()300 msi->flags &= ~PCI_MSI_FLAGS_ENABLE; in xen_pt_msi_disable()
308 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro
434 ASSERT_BIT_CLEAR(dataw, PCI_MSI_FLAGS_ENABLE); in ahci_test_msicap()