Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/drivers/pci/
Dpci-sh5.c25 unsigned long PCI_IO_AREA; variable
123 PCI_IO_AREA = (unsigned long)ioremap_nocache(SH5PCI_IO_BASE, 0x10000); in sh5pci_init()
124 if (!PCI_IO_AREA) { in sh5pci_init()
209 sh5_pci_resources[0].start = PCI_IO_AREA; in sh5pci_init()
210 sh5_pci_resources[0].end = PCI_IO_AREA + 0x10000; in sh5pci_init()