Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dio_no.h121 #define PCI_IO_PA 0xf8000000 /* Host physical address */ macro
130 #define PCI_IOBASE ((void __iomem *) PCI_IO_PA)
/linux/arch/m68k/coldfire/
H A Dpci.c205 __raw_writel(WXBTAR(PCI_IO_PA, PCI_IO_BA, PCI_IO_SIZE), in mcf_pci_init()
218 iospace = (unsigned long) ioremap(PCI_IO_PA, PCI_IO_SIZE); in mcf_pci_init()