Searched refs:io_res (Results 1 – 7 of 7) sorted by relevance
52 struct resource io_res; member398 apc->io_res.parent = res; in ar724x_pci_probe()399 apc->io_res.name = "PCI IO space"; in ar724x_pci_probe()400 apc->io_res.start = res->start; in ar724x_pci_probe()401 apc->io_res.end = res->end; in ar724x_pci_probe()402 apc->io_res.flags = IORESOURCE_IO; in ar724x_pci_probe()415 apc->pci_controller.io_resource = &apc->io_res; in ar724x_pci_probe()
53 struct resource io_res; member352 apc->io_res.parent = res; in ar71xx_pci_probe()353 apc->io_res.name = "PCI IO space"; in ar71xx_pci_probe()354 apc->io_res.start = res->start; in ar71xx_pci_probe()355 apc->io_res.end = res->end; in ar71xx_pci_probe()356 apc->io_res.flags = IORESOURCE_IO; in ar71xx_pci_probe()382 apc->pci_ctrl.io_resource = &apc->io_res; in ar71xx_pci_probe()
163 struct resource io_res; member484 apc->io_res.name = "AR2315 IO space"; in ar2315_pci_probe()485 apc->io_res.start = 0; in ar2315_pci_probe()486 apc->io_res.end = 0; in ar2315_pci_probe()487 apc->io_res.flags = IORESOURCE_IO, in ar2315_pci_probe()491 apc->pci_ctrl.io_resource = &apc->io_res, in ar2315_pci_probe()
65 struct resource io_res; member495 rpc->pci_controller.io_resource = &rpc->io_res; in rt3883_pci_probe()503 rt3883_pci_w32(rpc, rpc->io_res.start, RT3883_PCI_REG_IOBASE); in rt3883_pci_probe()505 ioport_resource.start = rpc->io_res.start; in rt3883_pci_probe()506 ioport_resource.end = rpc->io_res.end; in rt3883_pci_probe()
437 sys->io_res.start = (busnr * SZ_64K) ? : pcibios_min_io; in pcibios_init_resource()438 sys->io_res.end = (busnr + 1) * SZ_64K - 1; in pcibios_init_resource()439 sys->io_res.flags = IORESOURCE_IO; in pcibios_init_resource()440 sys->io_res.name = sys->io_res_name; in pcibios_init_resource()443 ret = request_resource(&ioport_resource, &sys->io_res); in pcibios_init_resource()448 pci_add_resource_offset(&sys->resources, &sys->io_res, in pcibios_init_resource()
194 static struct resource io_res[] = { variable215 #define lp0 io_res[0]216 #define lp1 io_res[1]217 #define lp2 io_res[2]
48 struct resource io_res; member