Searched refs:low_mmio_res (Results 1 – 1 of 1) sorted by relevance
445 struct resource *low_mmio_res; member1395 low_base = hbus->low_mmio_res->start; in prepopulate_bars()2143 if (hbus->low_mmio_space && hbus->low_mmio_res) { in hv_pci_free_bridge_windows()2144 hbus->low_mmio_res->flags |= IORESOURCE_BUSY; in hv_pci_free_bridge_windows()2145 vmbus_free_mmio(hbus->low_mmio_res->start, in hv_pci_free_bridge_windows()2146 resource_size(hbus->low_mmio_res)); in hv_pci_free_bridge_windows()2188 ret = vmbus_allocate_mmio(&hbus->low_mmio_res, hbus->hdev, 0, in hv_pci_allocate_bridge_windows()2200 hbus->low_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()2201 hbus->low_mmio_res->flags &= ~IORESOURCE_BUSY; in hv_pci_allocate_bridge_windows()2203 hbus->low_mmio_res); in hv_pci_allocate_bridge_windows()[all …]