Home
last modified time | relevance | path

Searched refs:iowrite64be (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dio-64-nonatomic-lo-hi.h129 #ifndef iowrite64be
132 #define iowrite64be __iowrite64be_lo_hi macro
134 #define iowrite64be iowrite64be_lo_hi macro
H A Dio-64-nonatomic-hi-lo.h129 #ifndef iowrite64be
132 #define iowrite64be __iowrite64be_hi_lo macro
134 #define iowrite64be iowrite64be_hi_lo macro
/linux/arch/parisc/lib/
H A Diomap.c418 void iowrite64be(u64 datum, void __iomem *addr) in iowrite64be() function
542 EXPORT_SYMBOL(iowrite64be);
/linux/drivers/dma/
H A Dfsldma.h245 #define fsl_iowrite64be(v, p) iowrite64be(v, p)
/linux/arch/alpha/include/asm/
H A Dio.h546 #define iowrite64be(v,p) iowrite64(swab64(v), (p)) macro
/linux/drivers/crypto/caam/
H A Dregs.h152 iowrite64be(data, reg); in wr_reg64()