Home
last modified time | relevance | path

Searched refs:__iowmb (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/arc/include/asm/
H A Dio.h17 #define __iowmb() wmb() macro
20 #define __iowmb() do { } while (0) macro
42 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force u16)cpu_to_be16(v), p); })
43 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force u32)cpu_to_be32(v), p); })
206 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); })
207 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })
208 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); })
209 #define writesb(p,d,l) ({ __iowmb(); __raw_writesb(p,d,l); })
210 #define writesw(p,d,l) ({ __iowmb(); __raw_writesw(p,d,l); })
211 #define writesl(p,d,l) ({ __iowmb(); __raw_writesl(p,d,l); })
/openbmc/linux/arch/arm/include/asm/
H A Dio.h165 #define __iowmb() wmb() macro
168 #define __iowmb() do { } while (0) macro
235 #define outb(v,p) ({ __iowmb(); __raw_writeb(v,__io(p)); })
236 #define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \
238 #define outl(v,p) ({ __iowmb(); __raw_writel((__force __u32) \
288 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); })
289 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })
290 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); })
393 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); })
394 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); })
/openbmc/linux/arch/arm64/include/asm/
H A Dio.h117 #define __iowmb() __io_bw() macro
158 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); })
159 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); })
160 #define iowrite64be(v,p) ({ __iowmb(); __raw_writeq((__force __u64)cpu_to_be64(v), p); })
/openbmc/u-boot/arch/arc/include/asm/
H A Dio.h46 #define __iowmb() wmb() macro
49 #define __iowmb() asm volatile("" : : : "memory") macro
202 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); })
203 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })
204 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); })
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h69 #define __iowmb() wmb() macro
73 __iowmb(); in writeb()
79 __iowmb(); in writew()
85 __iowmb(); in writel()
91 __iowmb(); in writeq()
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h145 #define __iowmb() dma_wmb() macro
182 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c));})
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h113 #define __iowmb() dmb() macro
115 #define writeb(v,c) ({ u8 __v = v; __iowmb(); __arch_putb(__v,c); __v; })
116 #define writew(v,c) ({ u16 __v = v; __iowmb(); __arch_putw(__v,c); __v; })
117 #define writel(v,c) ({ u32 __v = v; __iowmb(); __arch_putl(__v,c); __v; })
118 #define writeq(v,c) ({ u64 __v = v; __iowmb(); __arch_putq(__v,c); __v; })
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h96 #define __iowmb() dmb() macro
100 __iowmb(); in writeb()
106 __iowmb(); in writew()
113 __iowmb(); in writel()
/openbmc/linux/drivers/clocksource/
H A Dtimer-keystone.c66 __iowmb(); in keystone_timer_barrier()
/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_regs.h128 __iowmb(); in tilcdc_write64()
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h242 #define __iowmb() dmb() macro
/openbmc/linux/drivers/dma/ti/
H A Dcppi41.c454 __iowmb(); in push_desc_queue()
658 __iowmb(); in cppi41_tear_down_chan()
/openbmc/linux/drivers/soc/ti/
H A Dknav_qmss_queue.c939 __iowmb(); in knav_pool_desc_map()