Searched refs:writeb_relaxed (Results 1 – 3 of 3) sorted by relevance
170 #define writeb_relaxed(v, c) ((void)__arch_putb((v), (c))) macro192 #define writeb(v, c) ({ __iowmb(); writeb_relaxed(v, c); })
366 #define writeb_relaxed writeb in BUILDIO_MEM() macro
143 #define writeb_relaxed(v, c) ((void)__raw_writeb((v), (c))) macro
Completed in 8 milliseconds