Lines Matching refs:msi_location

952 			cfg->msi.msi_location = ptr;  in pci_read_cap()
2379 pci_write_config(child, msi->msi_location + PCIR_MSI_ADDR, in pci_enable_msi_method()
2382 pci_write_config(child, msi->msi_location + PCIR_MSI_ADDR_HIGH, in pci_enable_msi_method()
2384 pci_write_config(child, msi->msi_location + PCIR_MSI_DATA_64BIT, in pci_enable_msi_method()
2387 pci_write_config(child, msi->msi_location + PCIR_MSI_DATA, data, in pci_enable_msi_method()
2392 pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL, in pci_enable_msi_method()
2410 pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL, in pci_disable_msi_method()
2430 pci_write_config(dev, msi->msi_location + PCIR_MSI_ADDR, in pci_resume_msi()
2433 pci_write_config(dev, msi->msi_location + in pci_resume_msi()
2435 pci_write_config(dev, msi->msi_location + in pci_resume_msi()
2438 pci_write_config(dev, msi->msi_location + PCIR_MSI_DATA, in pci_resume_msi()
2441 pci_write_config(dev, msi->msi_location + PCIR_MSI_CTRL, msi->msi_ctrl, in pci_resume_msi()
2643 if (cfg->msi.msi_location == 0 || !pci_do_msi) in pci_alloc_msi_method()
2646 ctrl = pci_read_config(child, cfg->msi.msi_location + PCIR_MSI_CTRL, 2); in pci_alloc_msi_method()
2726 pci_write_config(child, cfg->msi.msi_location + PCIR_MSI_CTRL, ctrl, 2); in pci_alloc_msi_method()
2770 pci_write_config(child, msi->msi_location + PCIR_MSI_CTRL, in pci_release_msi_method()
2798 if (pci_do_msi && msi->msi_location != 0) { in pci_msi_count_method()
2799 ctrl = pci_read_config(child, msi->msi_location + PCIR_MSI_CTRL, in pci_msi_count_method()
3102 if (cfg->msi.msi_location) { in pci_print_verbose()
6331 if (dinfo->cfg.msi.msi_location != 0) in pci_cfg_restore()