Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsolaris-sparcv8plus.S77 FUNCTION_START(xf86ReadMmio16Be, 0)
79 FUNCTION_END(xf86ReadMmio16Be)
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h122 extern _X_EXPORT unsigned short xf86ReadMmio16Be (void *, unsigned long);
414 xf86ReadMmio16Be(__volatile__ void *base, const unsigned long offset) in xf86ReadMmio16Be() function
619 xf86ReadMmio16Be(__volatile__ void *base, const unsigned long offset) in xf86ReadMmio16Be() function
1029 #define MMIO_IN16(base, offset) xf86ReadMmio16Be(base, offset)