Home
last modified time | relevance | path

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

/arch/m68k/coldfire/
Dpci.c41 static unsigned long iospace; variable
90 addr = iospace + (where & 0x3); in mcf_pci_readconfig()
122 addr = iospace + (where & 0x3); in mcf_pci_writeconfig()
153 return __raw_readb(iospace + (addr & PCI_IO_MASK)); in mcf_pci_inb()
159 return le16_to_cpu(__raw_readw(iospace + (addr & PCI_IO_MASK))); in mcf_pci_inw()
165 return le32_to_cpu(__raw_readl(iospace + (addr & PCI_IO_MASK))); in mcf_pci_inl()
192 __raw_writeb(v, iospace + (addr & PCI_IO_MASK)); in mcf_pci_outb()
198 __raw_writew(cpu_to_le16(v), iospace + (addr & PCI_IO_MASK)); in mcf_pci_outw()
204 __raw_writel(cpu_to_le32(v), iospace + (addr & PCI_IO_MASK)); in mcf_pci_outl()
304 iospace = (unsigned long) ioremap(PCI_IO_PA, PCI_IO_SIZE); in mcf_pci_init()
[all …]
/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()