Searched refs:pcicr_virt (Results 1 – 2 of 2) sorted by relevance
27 unsigned long pcicr_virt; variable121 pcicr_virt = (unsigned long)ioremap_nocache(SH5PCI_ICR_BASE, 1024); in sh5pci_init()122 if (!pcicr_virt) { in sh5pci_init()
83 extern unsigned long pcicr_virt;85 #define PCISH5_ICR_REG(x) ( pcicr_virt + (PCISH5_ICR_##x))