Lines Matching refs:win
36 void __iomem **win; member
63 return pci->cfg.win[idx] + ((devfn << 8) | where); in gen_pci_map_cfg_bus_cam()
82 return pci->cfg.win[idx] + ((devfn << 12) | where); in gen_pci_map_cfg_bus_ecam()
116 struct resource_entry *win; in gen_pci_parse_request_of_pci_ranges() local
123 resource_list_for_each_entry(win, &pci->resources) { in gen_pci_parse_request_of_pci_ranges()
124 struct resource *parent, *res = win->res; in gen_pci_parse_request_of_pci_ranges()
186 pci->cfg.win = devm_kcalloc(dev, resource_size(pci->cfg.bus_range), in gen_pci_parse_map_cfg_windows()
187 sizeof(*pci->cfg.win), GFP_KERNEL); in gen_pci_parse_map_cfg_windows()
188 if (!pci->cfg.win) in gen_pci_parse_map_cfg_windows()
201 pci->cfg.win[idx] = devm_ioremap(dev, in gen_pci_parse_map_cfg_windows()
204 if (!pci->cfg.win[idx]) in gen_pci_parse_map_cfg_windows()