Searched defs:iowrite64be (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dio-64-nonatomic-hi-lo.h119 #define iowrite64be iowrite64be_hi_lo macro
H A Dio-64-nonatomic-lo-hi.h119 #define iowrite64be iowrite64be_lo_hi macro
/linux-master/arch/arm64/include/asm/
H A Dio.h164 #define iowrite64be(v,p) ({ __iowmb(); __raw_writeq((__force __u64)cpu_to_be64(v), p); }) macro
/linux-master/arch/parisc/include/asm/
H A Dio.h237 #define iowrite64be iowrite64be macro
/linux-master/arch/parisc/lib/
H A Diomap.c418 void iowrite64be(u64 datum, void __iomem *addr) function
542 EXPORT_SYMBOL(iowrite64be); variable
/linux-master/arch/alpha/include/asm/
H A Dio.h660 #define iowrite64be iowrite64be macro
/linux-master/include/asm-generic/
H A Dio.h903 #define iowrite64be iowrite64be macro
904 static inline void iowrite64be(u64 value, volatile void __iomem *addr) function
/linux-master/arch/powerpc/include/asm/
H A Dio.h797 static inline void iowrite64be(u64 val, void __iomem *addr) function
801 #define iowrite64be iowrite64be macro

Completed in 259 milliseconds