Searched defs:writel (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dio.h27 #define writel(v,c) ({ wmb(); writel_relaxed((v),(c)); }) macro
31 #define writel(v,c) ({ wmb(); writel_relaxed((v),(c)); mb(); }) macro
/linux-master/arch/m68k/include/asm/
H A Dio_no.h90 #define writel writel macro
91 static inline void writel(u32 value, volatile void __iomem *addr) function
106 #define writel __raw_writel macro
H A Dio_mm.h373 #define writel(val,addr) out_le32((addr),(val)) macro
/linux-master/arch/arc/include/asm/
H A Dio.h208 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h135 static inline void writel(u32 data, volatile void __iomem *addr) function
321 #define writel writel macro
/linux-master/arch/riscv/include/asm/
H A Dmmio.h145 #define writel(v, c) ({ __io_bw(); writel_cpu((v), (c)); __io_aw(); }) macro
/linux-master/arch/alpha/kernel/
H A Dio.c220 void writel(u32 b, volatile void __iomem *addr) function
238 EXPORT_SYMBOL(writel); variable
/linux-master/arch/arm/include/asm/
H A Dio.h290 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) macro
/linux-master/arch/x86/include/asm/
H A Dio.h84 #define writel writel macro
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h183 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c));}) macro
/linux-master/arch/alpha/include/asm/
H A Dio.h266 #define writel writel macro
528 extern inline void writel(u32 b, volatile void __iomem *addr) function
/linux-master/arch/sparc/include/asm/
H A Dio_64.h176 #define writel writel macro
178 static inline void writel(u32 l, volatile void __iomem *addr) function
/linux-master/arch/sh/include/asm/
H A Dio.h56 #define writel(v,a) ({ wmb(); writel_relaxed((v),(a)); }) macro
/linux-master/arch/mips/include/asm/
H A Dio.h529 #define writel writel macro
/linux-master/drivers/video/fbdev/
H A Ds3c-fb.c44 #undef writel macro
45 #define writel(v, r) do { \ macro
[all...]
/linux-master/include/asm-generic/
H A Dio.h272 #define writel writel macro
273 static inline void writel(u32 value, volatile void __iomem *addr) function
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c35 #undef writel macro
36 #define writel(v, r) \ macro
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dio.h685 #define writel writel macro

Completed in 304 milliseconds