Searched refs:slowbcopy_tobus (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | compiler.h | 1094 #define slowbcopy_tobus(src,dst,count) xf86SlowBCopyToBus(src,dst,count) macro 1097 #define slowbcopy_tobus(src,dst,count) xf86SlowBcopy(src,dst,count) macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 799 slowbcopy_tobus(hwp->FontInfo1, hwp->Base, FONT_AMOUNT); in vgaHWRestoreFonts() 807 slowbcopy_tobus(hwp->FontInfo2, hwp->Base, FONT_AMOUNT); in vgaHWRestoreFonts() 815 slowbcopy_tobus(hwp->TextInfo, hwp->Base, TEXT_AMOUNT); in vgaHWRestoreFonts() 818 slowbcopy_tobus((unsigned char *) hwp->TextInfo + TEXT_AMOUNT, in vgaHWRestoreFonts()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 120539 The vesa driver still uses slowbcopy_frombus and slowbcopy_tobus. 122916 Also remove associated slowbcopy_tobus/slowbcopy_frombus macros.
|