Home
last modified time | relevance | path

Searched refs:xf86ReadMmio32Be (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsolaris-sparcv8plus.S85 FUNCTION_START(xf86ReadMmio32Be, 0)
87 FUNCTION_END(xf86ReadMmio32Be)
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h124 extern _X_EXPORT unsigned int xf86ReadMmio32Be (void *, unsigned long);
438 xf86ReadMmio32Be(__volatile__ void *base, const unsigned long offset) in xf86ReadMmio32Be() function
576 xf86ReadMmio32Be(__volatile__ void *base, const unsigned long offset) in xf86ReadMmio32Be() function
639 xf86ReadMmio32Be(__volatile__ void *base, const unsigned long offset) in xf86ReadMmio32Be() function
1030 #define MMIO_IN32(base, offset) xf86ReadMmio32Be(base, offset)