Home
last modified time | relevance | path

Searched defs:__raw_readq (Results 1 – 9 of 9) sorted by relevance

/linux/include/asm-generic/
H A Dlogic_io.h49 #define __raw_readq __raw_readq macro
/linux/arch/riscv/include/asm/
H A Dmmio.h73 #define __raw_readq __raw_readq macro
74 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/arch/arm64/include/asm/
H A Dio.h87 #define __raw_readq __raw_readq macro
88 static __always_inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/arch/s390/include/asm/
H A Dio.h72 #define __raw_readq zpci_read_u64 macro
/linux/arch/sparc/include/asm/
H A Dio_64.h57 #define __raw_readq __raw_readq macro
58 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/arch/alpha/include/asm/
H A Dio.h273 #define __raw_readq __raw_readq macro
488 extern inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/arch/alpha/kernel/
H A Dio.c138 u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/arch/sh/include/asm/
H A Dio.h37 #define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a)) macro
/linux/drivers/mmc/host/
H A Ddw_mmc.h509 #define __raw_readq(__reg) (*(volatile u64 __force *)(__reg)) macro