Searched refs:__iowmb (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/arch/arc/include/asm/ |
D | io.h | 17 #define __iowmb() wmb() macro 20 #define __iowmb() do { } while (0) macro 47 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force u16)cpu_to_be16(v), p); }) 48 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force u32)cpu_to_be32(v), p); }) 211 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) 212 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) 213 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) 214 #define writesb(p,d,l) ({ __iowmb(); __raw_writesb(p,d,l); }) 215 #define writesw(p,d,l) ({ __iowmb(); __raw_writesw(p,d,l); }) 216 #define writesl(p,d,l) ({ __iowmb(); __raw_writesl(p,d,l); })
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | io.h | 112 #define __iowmb() dma_wmb() macro 139 #define writeb(v,c) ({ __iowmb(); writeb_relaxed((v),(c)); }) 140 #define writew(v,c) ({ __iowmb(); writew_relaxed((v),(c)); }) 141 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c)); }) 142 #define writeq(v,c) ({ __iowmb(); writeq_relaxed((v),(c)); }) 191 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); }) 192 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); }) 193 #define iowrite64be(v,p) ({ __iowmb(); __raw_writeq((__force __u64)cpu_to_be64(v), p); })
|
/Linux-v5.4/arch/arm/include/asm/ |
D | io.h | 166 #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); }) 425 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); }) 426 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); })
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | io.h | 56 #define __iowmb() wmb() macro 79 #define writeb(v,c) ({ __iowmb(); writeb_relaxed((v),(c)); }) 80 #define writew(v,c) ({ __iowmb(); writew_relaxed((v),(c)); }) 81 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c)); })
|
/Linux-v5.4/drivers/clocksource/ |
D | timer-keystone.c | 66 __iowmb(); in keystone_timer_barrier()
|
/Linux-v5.4/drivers/gpu/drm/tilcdc/ |
D | tilcdc_regs.h | 128 __iowmb(); in tilcdc_write64()
|
/Linux-v5.4/drivers/dma/ti/ |
D | cppi41.c | 454 __iowmb(); in push_desc_queue() 658 __iowmb(); in cppi41_tear_down_chan()
|
/Linux-v5.4/drivers/soc/ti/ |
D | knav_qmss_queue.c | 947 __iowmb(); in knav_pool_desc_map()
|