Lines Matching refs:msi_cap
192 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control); in msi_set_enable()
196 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control); in msi_set_enable()
323 int pos = dev->msi_cap; in __pci_read_msi_msg()
354 int pos = dev->msi_cap; in __pci_write_msi_msg()
458 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control); in __pci_restore_msi_state()
463 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control); in __pci_restore_msi_state()
596 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control); in msi_setup_entry()
608 entry->mask_pos = dev->msi_cap + PCI_MSI_MASK_64; in msi_setup_entry()
610 entry->mask_pos = dev->msi_cap + PCI_MSI_MASK_32; in msi_setup_entry()
901 if (!dev->msi_cap) in pci_msi_vec_count()
904 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &msgctl); in pci_msi_vec_count()
1070 dev->msi_cap = pci_find_capability(dev, PCI_CAP_ID_MSI); in pci_msi_init_pci_dev()
1071 if (dev->msi_cap) in pci_msi_init_pci_dev()