Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/drivers/pci/
Dpci-sh5.c28 unsigned long PCI_IO_AREA; variable
126 PCI_IO_AREA = (unsigned long)ioremap_nocache(SH5PCI_IO_BASE, 0x10000); in sh5pci_init()
127 if (!PCI_IO_AREA) { in sh5pci_init()
212 sh5_pci_resources[0].start = PCI_IO_AREA; in sh5pci_init()
213 sh5_pci_resources[0].end = PCI_IO_AREA + 0x10000; in sh5pci_init()