Lines Matching refs:win
36 void __iomem **win; member
55 return pci->cfg.win[idx] + ((devfn << 8) | where); in gen_pci_map_cfg_bus_cam()
71 return pci->cfg.win[idx] + ((devfn << 12) | where); in gen_pci_map_cfg_bus_ecam()
106 struct resource_entry *win; in gen_pci_parse_request_of_pci_ranges() local
113 resource_list_for_each_entry(win, &pci->resources) { in gen_pci_parse_request_of_pci_ranges()
114 struct resource *parent, *res = win->res; in gen_pci_parse_request_of_pci_ranges()
175 pci->cfg.win = devm_kcalloc(dev, resource_size(pci->cfg.bus_range), in gen_pci_parse_map_cfg_windows()
176 sizeof(*pci->cfg.win), GFP_KERNEL); in gen_pci_parse_map_cfg_windows()
177 if (!pci->cfg.win) in gen_pci_parse_map_cfg_windows()
191 pci->cfg.win[idx] = devm_ioremap(dev, in gen_pci_parse_map_cfg_windows()
194 if (!pci->cfg.win[idx]) in gen_pci_parse_map_cfg_windows()