Home
last modified time | relevance | path

Searched refs:xf86SlowBcopy (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/misc/
H A DSlowBcopy.c46 xf86SlowBcopy(unsigned char *src, unsigned char *dst, int len) in xf86SlowBcopy() function
94 xf86SlowBcopy(src, dst, count); in xf86SlowBCopyFromBus()
114 xf86SlowBcopy(src, dst, count); in xf86SlowBCopyToBus()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dxf86_OSproc.h124 extern _X_EXPORT void xf86SlowBcopy(unsigned char *, unsigned char *, int);
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h1097 #define slowbcopy_tobus(src,dst,count) xf86SlowBcopy(src,dst,count)
1098 #define slowbcopy_frombus(src,dst,count) xf86SlowBcopy(src,dst,count)
/OK3568_Linux_fs/external/xserver/
H A DChangeLog57247 xf86SlowBcopy) has been replaced by calls to libpciaccess, we no
57254 Binary diff of before and after showed that xf86SlowBcopy was the