Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Datari_stram.h13 unsigned long atari_stram_to_phys(void *);
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Datari_scsi.c787 atari_dma_phys_buffer = atari_stram_to_phys(atari_dma_buffer); in atari_scsi_probe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A 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()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dataflop.c2023 PhysDMABuffer = atari_stram_to_phys(DMABuffer); in atari_floppy_init()