Home
last modified time | relevance | path

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

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