Lines Matching full:mem_config
500 struct resource *mem_config; member
1212 phys_addr_t addr = hbus->mem_config->start + offset; in _hv_pcifront_read_config()
1214 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in _hv_pcifront_read_config()
1259 phys_addr_t addr = hbus->mem_config->start + in hv_pcifront_get_vendor_id()
1262 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in hv_pcifront_get_vendor_id()
1308 phys_addr_t addr = hbus->mem_config->start + offset; in _hv_pcifront_write_config()
1310 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in _hv_pcifront_write_config()
3417 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window()
3430 hbus->mem_config->flags |= IORESOURCE_BUSY; in hv_allocate_config_window()
3437 vmbus_free_mmio(hbus->mem_config->start, PCI_CONFIG_MMIO_LENGTH); in hv_free_config_window()
3473 d0_entry->mmio_base = hbus->mem_config->start; in hv_pci_enter_d0()
3813 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()