Home
last modified time | relevance | path

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

/u-boot/arch/mips/include/asm/
A Dsystem.h153 #define wmb() wbflush() macro
169 #define wmb() mb() macro
176 #define smp_wmb() wmb()
187 do { var = value; wmb(); } while (0)
A Dio.h228 #define war_octeon_io_reorder_wmb() wmb()
457 #define mmiowb() wmb()
/u-boot/arch/microblaze/include/asm/
A Dsystem.h116 #define wmb() mb () macro
118 #define set_wmb(var, value) do { var = value; wmb (); } while (0)
123 #define smp_wmb() wmb ()
/u-boot/arch/nds32/include/asm/
A Dsystem.h69 #define wmb() asm volatile ("" : : : "memory") macro
/u-boot/arch/mips/mach-mtmips/
A Dddr_cal.c48 wmb(); in dqs_test_error()
57 wmb(); in dqs_test_error()
61 wmb(); in dqs_test_error()
/u-boot/include/linux/mtd/
A Ddoc2000.h85 …d, adr, reg) do{ *(volatile __u32 *)(((unsigned long)adr)+((reg)<<2)) = (__u32)d; wmb();} while(0)
89 …d, adr, reg) do{ *(volatile __u16 *)(((unsigned long)adr)+((reg)<<1)) = (__u16)d; wmb();} while(0)
/u-boot/drivers/xen/
A Devents.c94 wmb(); in bind_evtchn()
115 wmb(); in unbind_evtchn()
A Dgnttab.c85 wmb(); in gnttab_grant_access()
A Dxenbus.c111 wmb(); in xenbus_get_reply()
250 wmb(); in xb_write()
A Dpvblock.c519 wmb(); in blkfront_aio()
561 wmb(); in blkfront_push_operation()
/u-boot/arch/sh/include/asm/
A Dsystem.h96 #define wmb() __asm__ __volatile__ ("": : :"memory") macro
103 #define smp_wmb() wmb()
/u-boot/arch/riscv/include/asm/
A Dbarrier.h24 #define wmb() RISCV_FENCE(ow,ow) macro
A Dio.h69 #define __iowmb() wmb()
/u-boot/arch/arm/include/asm/xen/
A Dsystem.h73 #define xen_wmb() wmb()
/u-boot/drivers/net/
A Dmt7628-eth.c418 wmb(); in mt7628_eth_send()
453 wmb(); in mt7628_eth_recv()
502 wmb(); in mt7628_eth_start()
523 wmb(); in mt7628_eth_start()
A Dbcm6348-eth.c141 wmb(); in bcm6348_eth_mac_reset()
/u-boot/arch/arc/include/asm/
A Dio.h37 #define wmb() asm volatile("dmb 2\n" : : : "memory") macro
52 #define __iowmb() wmb()
/u-boot/arch/arm/include/asm/
A Dio.h114 #define wmb() dsb() macro
/u-boot/drivers/usb/musb-new/
A Dmusb_host.c668 wmb(); in musb_tx_dma_program()

Completed in 31 milliseconds