Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/m68k/include/asm/
Datari_stram.h13 unsigned long atari_stram_to_phys(void *);
/linux-6.1.9/drivers/scsi/
Datari_scsi.c783 atari_dma_phys_buffer = atari_stram_to_phys(atari_dma_buffer); in atari_scsi_probe()
/linux-6.1.9/drivers/video/fbdev/
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()
/linux-6.1.9/drivers/block/
Dataflop.c2117 PhysDMABuffer = atari_stram_to_phys(DMABuffer); in atari_floppy_init()