Home
last modified time | relevance | path

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

/Linux-v5.10/arch/m68k/atari/
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-v5.10/arch/m68k/include/asm/
Datari_stram.h13 unsigned long atari_stram_to_phys(void *);
/Linux-v5.10/drivers/scsi/
Datari_scsi.c787 atari_dma_phys_buffer = atari_stram_to_phys(atari_dma_buffer); in atari_scsi_probe()
/Linux-v5.10/drivers/video/fbdev/
Datafb.c2018 addr = atari_stram_to_phys(s_base); in stste_set_screen_base()
2265 addr = atari_stram_to_phys(s_base); in set_screen_base()
3141 phys_screen_base = atari_stram_to_phys(screen_base + ovsc_offset); in atafb_probe()
3147 cache_push(atari_stram_to_phys(screen_base), screen_len); in atafb_probe()
/Linux-v5.10/drivers/block/
Dataflop.c2023 PhysDMABuffer = atari_stram_to_phys(DMABuffer); in atari_floppy_init()