Searched refs:low_mmio_res (Results 1 – 1 of 1) sorted by relevance
461 struct resource *low_mmio_res; member1700 low_base = hbus->low_mmio_res->start; in prepopulate_bars()2624 if (hbus->low_mmio_space && hbus->low_mmio_res) { in hv_pci_free_bridge_windows()2625 hbus->low_mmio_res->flags |= IORESOURCE_BUSY; in hv_pci_free_bridge_windows()2626 vmbus_free_mmio(hbus->low_mmio_res->start, in hv_pci_free_bridge_windows()2627 resource_size(hbus->low_mmio_res)); in hv_pci_free_bridge_windows()2669 ret = vmbus_allocate_mmio(&hbus->low_mmio_res, hbus->hdev, 0, in hv_pci_allocate_bridge_windows()2681 hbus->low_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()2682 hbus->low_mmio_res->flags &= ~IORESOURCE_BUSY; in hv_pci_allocate_bridge_windows()2684 hbus->low_mmio_res); in hv_pci_allocate_bridge_windows()[all …]