Home
last modified time | relevance | path

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

/u-boot/arch/arc/include/asm/
A Dio.h52 #define __iowmb() wmb() macro
55 #define __iowmb() __comp_b() macro
86 #define __raw_writeb(v, c) ({ __iowmb(); __arch_putb(v, c); })
87 #define __raw_writew(v, c) ({ __iowmb(); __arch_putw(v, c); })
102 __iowmb(); in __raw_writesb()
113 __iowmb(); in __raw_writesw()
124 __iowmb(); in __raw_writesl()
192 #define writeb(v, c) ({ __iowmb(); writeb_relaxed(v, c); })
193 #define writew(v, c) ({ __iowmb(); writew_relaxed(v, c); })
194 #define writel(v, c) ({ __iowmb(); writel_relaxed(v, c); })
[all …]
/u-boot/arch/riscv/include/asm/
A Dio.h69 #define __iowmb() wmb() macro
73 __iowmb(); in writeb()
79 __iowmb(); in writew()
85 __iowmb(); in writel()
91 __iowmb(); in writeq()
/u-boot/arch/nds32/include/asm/
A Dio.h96 #define __iowmb() dmb() macro
100 __iowmb(); in writeb()
106 __iowmb(); in writew()
113 __iowmb(); in writel()
/u-boot/arch/arm/include/asm/
A Dio.h116 #define __iowmb() dmb() macro
120 #define writeb(v,c) ({ u8 __v = v; __iowmb(); __arch_putb(__v,c); __v; })
121 #define writew(v,c) ({ u16 __v = v; __iowmb(); __arch_putw(__v,c); __v; })
122 #define writel(v,c) ({ u32 __v = v; __iowmb(); __arch_putl(__v,c); __v; })
123 #define writeq(v,c) ({ u64 __v = v; __iowmb(); __arch_putq(__v,c); __v; })
/u-boot/drivers/mtd/nand/raw/
A Docteontx_bch_regs.h162 __iowmb(); /* flush commands before ringing bell */ in octeontx_cmd_queue_write()
A Docteontx_nand.c1463 __iowmb(); /* flush done=0 before making request */ in octeontx_nand_bch_calculate_ecc_internal()
1558 __iowmb(); /* flush done=0 before making request */ in octeontx_nand_bch_correct()
/u-boot/drivers/net/octeontx2/
A Dnix_af.c62 __iowmb(); in npa_attach_aura()
108 __iowmb(); in npa_attach_pool()
195 __iowmb(); in npa_lf_admin_shutdown()
231 __iowmb(); in npa_lf_admin_shutdown()
476 __iowmb(); in nix_aq_issue_command()
777 __iowmb(); in nix_lf_admin_shutdown()
795 __iowmb(); in nix_lf_admin_shutdown()
813 __iowmb(); in nix_lf_admin_shutdown()
A Dnix.c580 __iowmb(); in nix_lf_xmit()
709 __iowmb(); in nix_lf_recv()
/u-boot/arch/x86/include/asm/
A Dio.h242 #define __iowmb() dmb() macro

Completed in 21 milliseconds