Searched refs:low_mmio_res (Results 1 – 1 of 1) sorted by relevance
460 struct resource *low_mmio_res; member1764 low_base = hbus->low_mmio_res->start; in prepopulate_bars()2697 if (hbus->low_mmio_space && hbus->low_mmio_res) { in hv_pci_free_bridge_windows()2698 hbus->low_mmio_res->flags |= IORESOURCE_BUSY; in hv_pci_free_bridge_windows()2699 vmbus_free_mmio(hbus->low_mmio_res->start, in hv_pci_free_bridge_windows()2700 resource_size(hbus->low_mmio_res)); in hv_pci_free_bridge_windows()2742 ret = vmbus_allocate_mmio(&hbus->low_mmio_res, hbus->hdev, 0, in hv_pci_allocate_bridge_windows()2754 hbus->low_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()2755 hbus->low_mmio_res->flags &= ~IORESOURCE_BUSY; in hv_pci_allocate_bridge_windows()2757 hbus->low_mmio_res); in hv_pci_allocate_bridge_windows()[all …]