Lines Matching refs:mem_config
500 struct resource *mem_config; member
1152 phys_addr_t addr = hbus->mem_config->start + offset; in _hv_pcifront_read_config()
1154 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in _hv_pcifront_read_config()
1199 phys_addr_t addr = hbus->mem_config->start + in hv_pcifront_get_vendor_id()
1202 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in hv_pcifront_get_vendor_id()
1248 phys_addr_t addr = hbus->mem_config->start + offset; in _hv_pcifront_write_config()
1250 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in _hv_pcifront_write_config()
3296 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window()
3309 hbus->mem_config->flags |= IORESOURCE_BUSY; in hv_allocate_config_window()
3316 vmbus_free_mmio(hbus->mem_config->start, PCI_CONFIG_MMIO_LENGTH); in hv_free_config_window()
3352 d0_entry->mmio_base = hbus->mem_config->start; in hv_pci_enter_d0()
3731 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()