Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dio_32.h30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out#… macro
31 …pe value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) st…
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dio.h84 #define __BUILDIO(bwlq, type) __BUILD_MEMORY_SINGLE(____raw_, bwlq, type, 0) macro