Searched refs:sun3_ioremap (Results 1 – 3 of 3) sorted by relevance
63 void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, in sun3_ioremap() function108 EXPORT_SYMBOL(sun3_ioremap);114 return sun3_ioremap(phys, size, SUN3_PAGE_TYPE_IO); in __ioremap()
164 extern void __iomem *sun3_ioremap(unsigned long phys, unsigned long size,
186 ioaddr = (unsigned long)sun3_ioremap(addrs[i], PAGE_SIZE, in sun3scsi_detect()