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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsolaris-sparcv8plus.S73 FUNCTION_START(xf86ReadMmio8, 0)
75 FUNCTION_END(xf86ReadMmio8)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsolaris-sparcv8plus.S73 FUNCTION_START(xf86ReadMmio8, 0)
75 FUNCTION_END(xf86ReadMmio8)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dcompiler.h121 extern _X_EXPORT unsigned char xf86ReadMmio8 (void *, unsigned long);
402 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset) function in typeref:typename:unsigned char
605 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset) function in typeref:typename:unsigned char
738 return xf86ReadMmio8((void *) ioBase, port);
767 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset) function in typeref:typename:unsigned char
879 return xf86ReadMmio8(IOPortBase, port);
959 xf86ReadMmio8(void *Base, unsigned long Offset) function in typeref:typename:int
1006 #define MMIO_IN8(base, offset) xf86ReadMmio8(base, offset)
1023 #define MMIO_IN8(base, offset) xf86ReadMmio8(base, offset)
1050 #define MMIO_IN8(base, offset) xf86ReadMmio8(bas
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dcompiler.h536 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset) function in typeref:typename:unsigned char
794 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset) function in typeref:typename:unsigned char
974 return xf86ReadMmio8(ioBase, port);
1034 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset) function in typeref:typename:unsigned char
1203 return xf86ReadMmio8(IOPortBase, port);
1546 extern _X_EXPORT int (*xf86ReadMmio8)(void *, unsigned long);
1570 # define MMIO_IN8(base, offset) (*xf86ReadMmio8)(base, offset)
1603 # define MMIO_IN8(base, offset) xf86ReadMmio8(base, offset)
1644 # define MMIO_IN8(base, offset) xf86ReadMmio8(base, offset)
1684 # define MMIO_IN8(base, offset) xf86ReadMmio8(bas
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dalpha_video.c521 xf86ReadMmio8 = readSparse8;
713 int (*xf86ReadMmio8)(pointer Base, unsigned long Offset) variable in typeref:typename:int (*)(pointer Base,unsigned long Offset)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_video.c619 xf86ReadMmio8 = readSparse8;
874 int (*xf86ReadMmio8)(pointer Base, unsigned long Offset) variable in typeref:typename:int (*)(pointer Base,unsigned long Offset)

Completed in 8 milliseconds