Home
last modified time | relevance | path

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

/linux/arch/m68k/mm/
H A Dsun3kmap.c61 void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, in sun3_ioremap() function
106 EXPORT_SYMBOL(sun3_ioremap);
112 return sun3_ioremap(phys, size, SUN3_PAGE_TYPE_IO); in __ioremap()
/linux/arch/m68k/include/asm/
H A Dsun3mmu.h165 extern void __iomem *sun3_ioremap(unsigned long phys, unsigned long size,
/linux/drivers/scsi/
H A Dsun3_scsi.c542 ioaddr = sun3_ioremap(mem->start, resource_size(mem), in sun3_scsi_probe()