Lines Matching refs:mem_config
500 struct resource *mem_config; member
1213 phys_addr_t addr = hbus->mem_config->start + offset; in _hv_pcifront_read_config()
1215 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in _hv_pcifront_read_config()
1260 phys_addr_t addr = hbus->mem_config->start + in hv_pcifront_get_vendor_id()
1263 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in hv_pcifront_get_vendor_id()
1309 phys_addr_t addr = hbus->mem_config->start + offset; in _hv_pcifront_write_config()
1311 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in _hv_pcifront_write_config()
3415 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window()
3428 hbus->mem_config->flags |= IORESOURCE_BUSY; in hv_allocate_config_window()
3435 vmbus_free_mmio(hbus->mem_config->start, PCI_CONFIG_MMIO_LENGTH); in hv_free_config_window()
3471 d0_entry->mmio_base = hbus->mem_config->start; in hv_pci_enter_d0()
3850 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()