Home
last modified time | relevance | path

Searched refs:io_res (Results 1 – 7 of 7) sorted by relevance

/arch/mips/pci/
Dpci-ar724x.c52 struct resource io_res; member
398 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()
Dpci-ar71xx.c53 struct resource io_res; member
352 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()
Dpci-ar2315.c163 struct resource io_res; member
484 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()
Dpci-rt3883.c65 struct resource io_res; member
495 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()
/arch/arm/kernel/
Dbios32.c437 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()
Dsetup.c194 static struct resource io_res[] = { variable
215 #define lp0 io_res[0]
216 #define lp1 io_res[1]
217 #define lp2 io_res[2]
/arch/arm/include/asm/mach/
Dpci.h48 struct resource io_res; member