Home
last modified time | relevance | path

Searched refs:atari_stram_to_phys (Results 1 – 4 of 4) 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/video/fbdev/
H A Datafb.c1999 addr = atari_stram_to_phys(s_base); in stste_set_screen_base()
2250 addr = atari_stram_to_phys(s_base); in set_screen_base()
3075 phys_screen_base = atari_stram_to_phys(screen_base + ovsc_offset); in atafb_probe()
3081 cache_push(atari_stram_to_phys(screen_base), screen_len); in atafb_probe()
/linux/drivers/block/
H A Dataflop.c2121 PhysDMABuffer = atari_stram_to_phys(DMABuffer); in atari_floppy_init()