Lines Matching defs:window
385 * window; verify that the upper bits are actually
434 pci_info(dev, " bridge window %pR\n", res);
456 pci_info(dev, " bridge window %pR\n", res);
496 pci_err(dev, "can't handle bridge window above 4GB (bus address %#010llx)\n",
509 pci_info(dev, " bridge window %pR\n", res);
539 pci_info(dev, " bridge window %pR (subtractive decode)\n",
879 struct resource_entry *window, *n;
963 resource_list_for_each_entry_safe(window, n, &resources) {
964 list_move_tail(&window->node, &bridge->windows);
965 offset = window->offset;
966 res = window->res;
3107 struct resource_entry *window;
3115 resource_list_for_each_entry(window, &bridge->windows)
3116 if (window->res->flags & IORESOURCE_BUS) {
3117 bridge->busnr = window->res->start;
3148 struct resource_entry *window;
3153 resource_list_for_each_entry(window, resources)
3154 if (window->res->flags & IORESOURCE_BUS) {