Searched defs:writew_relaxed (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dio.h230 #undef writew_relaxed macro
232 writew_relaxed(uint16_t v, volatile void *addr) function
236 #define writew_relaxed(v, addr) writew_relaxed(v, addr) macro

Completed in 335 milliseconds