Searched refs:stram_virt_offset (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/m68k/atari/
H A Dstram.c50 static unsigned long stram_virt_offset; variable
105 stram_virt_offset = 0;
108 pr_debug("atari_stram pool: stram_virt_offset = %lx\n",
109 stram_virt_offset);
128 stram_virt_offset = (unsigned long) ioremap(stram_pool.start,
132 pr_debug("atari_stram pool: stram_virt_offset = %lx\n",
133 stram_virt_offset);
142 return (void *)(phys + stram_virt_offset);
149 return (unsigned long)(virt - stram_virt_offset);

Completed in 217 milliseconds