taglinefilesource code
fsfromto1110arch/m68k/amiga/amifb.cstatic void memcpy_fs(int fsfromto, void *to, void *from, int len);
fsfromto1111arch/m68k/amiga/amifb.cstatic void copy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto);
fsfromto4343arch/m68k/amiga/amifb.cstatic void memcpy_fs(int fsfromto, void *to, void *from, int len)
fsfromto4345arch/m68k/amiga/amifb.cswitch (fsfromto) {
fsfromto4359arch/m68k/amiga/amifb.cstatic void copy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto)
fsfromto4374arch/m68k/amiga/amifb.cmemcpy_fs(fsfromto, to->red+tooff, from->red+fromoff, size);
fsfromto4375arch/m68k/amiga/amifb.cmemcpy_fs(fsfromto, to->green+tooff, from->green+fromoff, size);
fsfromto4376arch/m68k/amiga/amifb.cmemcpy_fs(fsfromto, to->blue+tooff, from->blue+fromoff, size);
fsfromto4378arch/m68k/amiga/amifb.cmemcpy_fs(fsfromto, to->transp+tooff, from->transp+fromoff, size);
fsfromto2483arch/m68k/atari/atafb.cmemcpy_fs(int fsfromto, void *to, void *from, int len)
fsfromto2485arch/m68k/atari/atafb.cswitch (fsfromto) {
fsfromto2499arch/m68k/atari/atafb.ccopy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto)
fsfromto2514arch/m68k/atari/atafb.cmemcpy_fs(fsfromto, to->red+tooff, from->red+fromoff, size);
fsfromto2515arch/m68k/atari/atafb.cmemcpy_fs(fsfromto, to->green+tooff, from->green+fromoff, size);
fsfromto2516arch/m68k/atari/atafb.cmemcpy_fs(fsfromto, to->blue+tooff, from->blue+fromoff, size);
fsfromto2518arch/m68k/atari/atafb.cmemcpy_fs(fsfromto, to->transp+tooff, from->transp+fromoff, size);