Searched refs:wmb (Results 1 - 19 of 19) sorted by relevance

/u-boot/arch/microblaze/include/asm/
H A Dsystem.h118 #define wmb() mb () macro
120 #define set_wmb(var, value) do { var = value; wmb (); } while (0)
125 #define smp_wmb() wmb ()
/u-boot/arch/riscv/include/asm/
H A Dbarrier.h24 #define wmb() RISCV_FENCE(ow,ow) macro
H A Dio.h44 #define __iowmb() wmb()
/u-boot/arch/mips/include/asm/
H A Dsystem.h153 #define wmb() wbflush() macro
169 #define wmb() mb() macro
176 #define smp_wmb() wmb()
187 do { var = value; wmb(); } while (0)
H A Dio.h228 #define war_octeon_io_reorder_wmb() wmb()
490 #define mmiowb() wmb()
/u-boot/drivers/xen/
H A Devents.c99 wmb();
120 wmb();
H A Dgnttab.c85 wmb();
H A Dxenbus.c111 wmb();
250 wmb();
H A Dpvblock.c522 wmb();
564 wmb();
/u-boot/arch/sh/include/asm/
H A Dsystem.h96 #define wmb() __asm__ __volatile__ ("": : :"memory") macro
103 #define smp_wmb() wmb()
/u-boot/arch/arm/include/asm/xen/
H A Dsystem.h73 #define xen_wmb() wmb()
/u-boot/arch/mips/mach-mtmips/
H A Dddr_cal.c47 wmb();
56 wmb();
60 wmb();
/u-boot/drivers/net/
H A Dmt7628-eth.c419 wmb();
454 wmb();
503 wmb();
524 wmb();
H A Dbcm6348-eth.c142 wmb();
/u-boot/arch/arc/include/asm/
H A Dio.h37 #define wmb() asm volatile("dmb 2\n" : : : "memory") macro
52 #define __iowmb() wmb()
/u-boot/arch/arm/include/asm/
H A Dio.h95 #define wmb() dsb() macro
/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c668 wmb();
/u-boot/drivers/usb/isp1760/
H A Disp1760-hcd.c630 wmb();
/u-boot/scripts/
H A Dcheckpatch.pl6623 wmb

Completed in 499 milliseconds