Searched refs:low_mmio_res (Results 1 – 1 of 1) sorted by relevance
470 struct resource *low_mmio_res; member1673 low_base = hbus->low_mmio_res->start; in prepopulate_bars()2462 if (hbus->low_mmio_space && hbus->low_mmio_res) { in hv_pci_free_bridge_windows()2463 hbus->low_mmio_res->flags |= IORESOURCE_BUSY; in hv_pci_free_bridge_windows()2464 vmbus_free_mmio(hbus->low_mmio_res->start, in hv_pci_free_bridge_windows()2465 resource_size(hbus->low_mmio_res)); in hv_pci_free_bridge_windows()2507 ret = vmbus_allocate_mmio(&hbus->low_mmio_res, hbus->hdev, 0, in hv_pci_allocate_bridge_windows()2519 hbus->low_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()2520 hbus->low_mmio_res->flags &= ~IORESOURCE_BUSY; in hv_pci_allocate_bridge_windows()2522 hbus->low_mmio_res); in hv_pci_allocate_bridge_windows()[all …]