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