| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | io.h | 17 #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); })
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | io.h | 128 #define __iowmb() dma_wmb() macro 156 #define writeb(v,c) ({ __iowmb(); writeb_relaxed((v),(c)); }) 157 #define writew(v,c) ({ __iowmb(); writew_relaxed((v),(c)); }) 158 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c)); }) 159 #define writeq(v,c) ({ __iowmb(); writeq_relaxed((v),(c)); }) 206 #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); }) 207 #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); }) 208 #define iowrite64be(v,p) ({ __iowmb(); __raw_writeq((__force __u64)cpu_to_be64(v), p); })
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A 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); }) 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); })
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | io.h | 55 #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)); })
|
| /OK3568_Linux_fs/u-boot/arch/arc/include/asm/ |
| H A D | io.h | 47 #define __iowmb() wmb() macro 50 #define __iowmb() do { } while (0) macro 227 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) 228 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) 229 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); })
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 113 #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; })
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 105 #define __iowmb() dmb() macro 109 __iowmb(); in writeb() 115 __iowmb(); in writew() 122 __iowmb(); in writel()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-keystone.c | 66 __iowmb(); in keystone_timer_barrier()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_regs.h | 128 __iowmb(); in tilcdc_write64()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | io.h | 268 #define __iowmb() dmb() macro
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-etm4x.h | 482 __iowmb(); \ 488 __iowmb(); \
|
| H A D | coresight-etm4x-core.c | 107 __iowmb(); /* Imitate the !relaxed I/O helpers */ in etm4x_sysreg_write() 139 __iowmb(); /* Imitate the !relaxed I/O helpers */ in ete_sysreg_write()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A D | cppi41.c | 454 __iowmb(); in push_desc_queue() 658 __iowmb(); in cppi41_tear_down_chan()
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | knav_qmss_queue.c | 940 __iowmb(); in knav_pool_desc_map()
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_i2s_tdm.c | 300 #define writeq(v,c) ({ __iowmb(); __raw_writeq((__force u64) cpu_to_le64(v), c); })
|