Home
last modified time | relevance | path

Searched refs:xf86ReadMmio8 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/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) in xf86ReadMmio8() function
609 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset) in xf86ReadMmio8() function
742 return xf86ReadMmio8((void *) ioBase, port); in inb()
771 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset) in xf86ReadMmio8() function
883 return xf86ReadMmio8(IOPortBase, port); in inb()
960 xf86ReadMmio8(void *Base, unsigned long Offset) in xf86ReadMmio8() function
1007 #define MMIO_IN8(base, offset) xf86ReadMmio8(base, offset)
1024 #define MMIO_IN8(base, offset) xf86ReadMmio8(base, offset)
1051 #define MMIO_IN8(base, offset) xf86ReadMmio8(base, offset)
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsolaris-sparcv8plus.S73 FUNCTION_START(xf86ReadMmio8, 0)
75 FUNCTION_END(xf86ReadMmio8)
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dalpha_video.c229 int (*xf86ReadMmio8) (void *Base, unsigned long Offset) variable