Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/m68k/include/asm/
H A Datari_stram.h13 unsigned long atari_stram_to_phys(void *);
/openbmc/linux/drivers/scsi/
H A Datari_scsi.c783 atari_dma_phys_buffer = atari_stram_to_phys(atari_dma_buffer); in atari_scsi_probe()
/openbmc/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()
3073 phys_screen_base = atari_stram_to_phys(screen_base + ovsc_offset); in atafb_probe()
3079 cache_push(atari_stram_to_phys(screen_base), screen_len); in atafb_probe()
/openbmc/linux/drivers/block/
H A Dataflop.c2116 PhysDMABuffer = atari_stram_to_phys(DMABuffer); in atari_floppy_init()