Home
last modified time | relevance | path

Searched refs:iospace (Results 1 – 2 of 2) sorted by relevance

/arch/m68k/coldfire/
Dpci.c31 static unsigned long iospace; variable
73 addr = iospace + (where & 0x3); in mcf_pci_readconfig()
105 addr = iospace + (where & 0x3); in mcf_pci_writeconfig()
218 iospace = (unsigned long) ioremap(PCI_IO_PA, PCI_IO_SIZE); in mcf_pci_init()
219 if (iospace == 0) { in mcf_pci_init()
224 (u32) iospace); in mcf_pci_init()
/arch/ia64/pci/
Dpci.c154 struct resource_entry *iospace; in add_io_space() local
161 iospace = resource_list_create_entry(NULL, len); in add_io_space()
162 if (!iospace) { in add_io_space()
174 name = (char *)(iospace + 1); in add_io_space()
190 resource = iospace->res; in add_io_space()
205 resource_list_add_tail(iospace, &info->io_resources); in add_io_space()
210 resource_list_free_entry(iospace); in add_io_space()