Searched refs:writeb_relaxed (Results 1 - 12 of 12) sorted by relevance

/arch/arm/kernel/
H A Dsmp_scu.c93 writeb_relaxed(val, scu_base + SCU_CPU_STATUS + cpu);
/arch/microblaze/include/asm/
H A Dio.h76 #define writeb_relaxed writeb macro
/arch/arm/mach-sa1100/
H A Dneponset.c86 writeb_relaxed((v & ~mask) | val, base + NCR_0);
125 writeb_relaxed(mdm_ctl0, base + MDM_CTL_0);
345 writeb_relaxed(NCR_GP01_OFF, d->base + NCR_0);
404 writeb_relaxed(d->ncr0, d->base + NCR_0);
405 writeb_relaxed(d->mdm_ctl_0, d->base + MDM_CTL_0);
/arch/arm64/include/asm/
H A Dio.h101 #define writeb_relaxed(v,c) ((void)__raw_writeb((v),(c))) macro
116 #define writeb(v,c) ({ __iowmb(); writeb_relaxed((v),(c)); })
/arch/arm/include/asm/
H A Dio.h310 #define writeb_relaxed(v,c) __raw_writeb(v,c) macro
318 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); })
/arch/sh/include/asm/
H A Dio.h43 #define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c)) macro
53 #define writeb(v,a) ({ wmb(); writeb_relaxed((v),(a)); })
/arch/hexagon/include/asm/
H A Dio.h188 #define writeb_relaxed __raw_writeb macro
/arch/avr32/include/asm/
H A Dio.h168 #define writeb_relaxed writeb macro
/arch/alpha/include/asm/
H A Dio.h507 #define writeb_relaxed(b, addr) __raw_writeb(b, addr) macro
/arch/arm/mach-omap2/
H A Dcontrol.c168 writeb_relaxed(val, OMAP_CTRL_REGADDR(offset));
H A Dmux.c82 writeb_relaxed(val, partition->base + reg);
/arch/mips/include/asm/
H A Dio.h457 #define writeb_relaxed writeb macro

Completed in 3779 milliseconds