Searched refs:__iowmb (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/arc/include/asm/ |
D | io.h | 19 #define __iowmb() wmb() macro 22 #define __iowmb() do { } while (0) macro 40 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force u16)cpu_to_be16(v), p); }) 41 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force u32)cpu_to_be32(v), p); }) 136 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) 137 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) 138 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); })
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | io.h | 111 #define __iowmb() 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)); }) 182 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); }) 183 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); })
|
/linux-4.4.14/arch/arm/include/asm/ |
D | io.h | 172 #define __iowmb() wmb() macro 175 #define __iowmb() do { } while (0) macro 248 #define outb(v,p) ({ __iowmb(); __raw_writeb(v,__io(p)); }) 249 #define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \ 251 #define outl(v,p) ({ __iowmb(); __raw_writel((__force __u32) \ 303 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) 304 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) 305 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) 411 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); }) 412 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); })
|
/linux-4.4.14/drivers/clocksource/ |
D | timer-keystone.c | 70 __iowmb(); in keystone_timer_barrier()
|
/linux-4.4.14/drivers/dma/ |
D | cppi41.c | 420 __iowmb(); in cppi41_dma_issue_pending() 549 __iowmb(); in cppi41_tear_down_chan()
|
/linux-4.4.14/drivers/soc/ti/ |
D | knav_qmss_queue.c | 927 __iowmb(); in knav_pool_desc_map()
|