Searched refs:io_res (Results 1 – 8 of 8) sorted by relevance
51 struct resource io_res; member366 apc->io_res.parent = res; in ar724x_pci_probe()367 apc->io_res.name = "PCI IO space"; in ar724x_pci_probe()368 apc->io_res.start = res->start; in ar724x_pci_probe()369 apc->io_res.end = res->end; in ar724x_pci_probe()370 apc->io_res.flags = IORESOURCE_IO; in ar724x_pci_probe()383 apc->pci_controller.io_resource = &apc->io_res; in ar724x_pci_probe()
56 struct resource io_res; member355 apc->io_res.parent = res; in ar71xx_pci_probe()356 apc->io_res.name = "PCI IO space"; in ar71xx_pci_probe()357 apc->io_res.start = res->start; in ar71xx_pci_probe()358 apc->io_res.end = res->end; in ar71xx_pci_probe()359 apc->io_res.flags = IORESOURCE_IO; in ar71xx_pci_probe()385 apc->pci_ctrl.io_resource = &apc->io_res; in ar71xx_pci_probe()
167 struct resource io_res; member471 apc->io_res.name = "AR2315 IO space"; in ar2315_pci_probe()472 apc->io_res.start = 0; in ar2315_pci_probe()473 apc->io_res.end = 0; in ar2315_pci_probe()474 apc->io_res.flags = IORESOURCE_IO, in ar2315_pci_probe()478 apc->pci_ctrl.io_resource = &apc->io_res, in ar2315_pci_probe()
68 struct resource io_res; member501 rpc->pci_controller.io_resource = &rpc->io_res; in rt3883_pci_probe()509 rt3883_pci_w32(rpc, rpc->io_res.start, RT3883_PCI_REG_IOBASE); in rt3883_pci_probe()511 ioport_resource.start = rpc->io_res.start; in rt3883_pci_probe()512 ioport_resource.end = rpc->io_res.end; in rt3883_pci_probe()
436 sys->io_res.start = (busnr * SZ_64K) ? : pcibios_min_io; in pcibios_init_resource()437 sys->io_res.end = (busnr + 1) * SZ_64K - 1; in pcibios_init_resource()438 sys->io_res.flags = IORESOURCE_IO; in pcibios_init_resource()439 sys->io_res.name = sys->io_res_name; in pcibios_init_resource()442 ret = request_resource(&ioport_resource, &sys->io_res); in pcibios_init_resource()447 pci_add_resource_offset(&sys->resources, &sys->io_res, in pcibios_init_resource()
192 static struct resource io_res[] = { variable213 #define lp0 io_res[0]214 #define lp1 io_res[1]215 #define lp2 io_res[2]
50 struct resource io_res; member
331 static void pci_register_legacy_regions(struct resource *io_res, in pci_register_legacy_regions() argument