Searched refs:__BUILDIO (Results 1 – 2 of 2) sorted by relevance
30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out#… macro31 …pe value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) st…
84 #define __BUILDIO(bwlq, type) __BUILD_MEMORY_SINGLE(____raw_, bwlq, type, 0) macro