Home
last modified time | relevance | path

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

/linux/arch/m68k/atari/
H A Dstram.c147 unsigned long atari_stram_to_phys(void *virt) in atari_stram_to_phys() function
151 EXPORT_SYMBOL(atari_stram_to_phys);
186 unsigned long start = atari_stram_to_phys(addr); in atari_stram_free()
/linux/arch/m68k/include/asm/
H A Datari_stram.h13 unsigned long atari_stram_to_phys(void *);
/linux/drivers/block/
H A Dataflop.c2121 PhysDMABuffer = atari_stram_to_phys(DMABuffer); in atari_floppy_init()