Searched refs:writew_relaxed (Results 1 – 2 of 2) sorted by relevance
228 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })247 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) macro
365 #define writew_relaxed writew in BUILDIO_MEM() macro