Home
last modified time | relevance | path

Searched defs:wmb (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/musb-new/
H A Dlinux-compat.h13 #define wmb() asm volatile ("" : : : "memory") macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsystem.h69 #define wmb() asm volatile ("" : : : "memory") macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbarrier.h24 #define wmb() RISCV_FENCE(ow,ow) macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h112 #define wmb() __asm__ __volatile__ ("synco": : :"memory") macro
118 #define wmb() __asm__ __volatile__ ("": : :"memory") macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h153 #define wmb() wbflush() macro
169 #define wmb() mb() macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h116 #define wmb() mb () macro
/openbmc/u-boot/arch/arc/include/asm/
H A Dio.h31 #define wmb() asm volatile("dmb 2\n" : : : "memory") macro