Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/atari/
Dstram.c143 unsigned long atari_stram_to_phys(void *virt) in atari_stram_to_phys() function
147 EXPORT_SYMBOL(atari_stram_to_phys);
182 unsigned long start = atari_stram_to_phys(addr); in atari_stram_free()
/Linux-v4.19/arch/m68k/include/asm/
Datari_stram.h13 unsigned long atari_stram_to_phys(void *);
/Linux-v4.19/drivers/scsi/
Datari_scsi.c785 atari_dma_phys_buffer = atari_stram_to_phys(atari_dma_buffer); in atari_scsi_probe()
/Linux-v4.19/drivers/video/fbdev/
Datafb.c2040 addr = atari_stram_to_phys(s_base); in stste_set_screen_base()
2287 addr = atari_stram_to_phys(s_base); in set_screen_base()
3168 phys_screen_base = atari_stram_to_phys(screen_base + ovsc_offset); in atafb_init()
3174 cache_push(atari_stram_to_phys(screen_base), screen_len); in atafb_init()
/Linux-v4.19/drivers/block/
Dataflop.c1957 PhysDMABuffer = atari_stram_to_phys(DMABuffer); in atari_floppy_init()