Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h118 #define set_wmb(var, value) do { var = value; wmb (); } while (0) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h186 #define set_wmb(var, value) \ macro