Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arc/include/asm/
Dio.h17 #define __iowmb() wmb() macro
20 #define __iowmb() do { } while (0) macro
43 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force u16)cpu_to_be16(v), p); })
44 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force u32)cpu_to_be32(v), p); })
207 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); })
208 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })
209 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); })
210 #define writesb(p,d,l) ({ __iowmb(); __raw_writesb(p,d,l); })
211 #define writesw(p,d,l) ({ __iowmb(); __raw_writesw(p,d,l); })
212 #define writesl(p,d,l) ({ __iowmb(); __raw_writesl(p,d,l); })
/Linux-v5.15/arch/arm64/include/asm/
Dio.h112 #define __iowmb() dma_wmb() macro
140 #define writeb(v,c) ({ __iowmb(); writeb_relaxed((v),(c)); })
141 #define writew(v,c) ({ __iowmb(); writew_relaxed((v),(c)); })
142 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c)); })
143 #define writeq(v,c) ({ __iowmb(); writeq_relaxed((v),(c)); })
181 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); })
182 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); })
183 #define iowrite64be(v,p) ({ __iowmb(); __raw_writeq((__force __u64)cpu_to_be64(v), p); })
/Linux-v5.15/arch/arm/include/asm/
Dio.h166 #define __iowmb() wmb() macro
169 #define __iowmb() do { } while (0) macro
252 #define outb(v,p) ({ __iowmb(); __raw_writeb(v,__io(p)); })
253 #define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \
255 #define outl(v,p) ({ __iowmb(); __raw_writel((__force __u32) \
305 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); })
306 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); })
307 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); })
410 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); })
411 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); })
/Linux-v5.15/arch/nds32/include/asm/
Dio.h55 #define __iowmb() wmb() macro
78 #define writeb(v,c) ({ __iowmb(); writeb_relaxed((v),(c)); })
79 #define writew(v,c) ({ __iowmb(); writew_relaxed((v),(c)); })
80 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c)); })
/Linux-v5.15/drivers/clocksource/
Dtimer-keystone.c66 __iowmb(); in keystone_timer_barrier()
/Linux-v5.15/drivers/gpu/drm/tilcdc/
Dtilcdc_regs.h128 __iowmb(); in tilcdc_write64()
/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-etm4x.h482 __iowmb(); \
488 __iowmb(); \
Dcoresight-etm4x-core.c108 __iowmb(); /* Imitate the !relaxed I/O helpers */ in etm4x_sysreg_write()
140 __iowmb(); /* Imitate the !relaxed I/O helpers */ in ete_sysreg_write()
/Linux-v5.15/drivers/dma/ti/
Dcppi41.c454 __iowmb(); in push_desc_queue()
658 __iowmb(); in cppi41_tear_down_chan()
/Linux-v5.15/drivers/soc/ti/
Dknav_qmss_queue.c941 __iowmb(); in knav_pool_desc_map()