Home
last modified time | relevance | path

Searched refs:__raw_readq (Results 1 – 4 of 4) sorted by relevance

/include/asm-generic/
A Dlogic_io.h49 #define __raw_readq __raw_readq macro
50 u64 __raw_readq(const volatile void __iomem *addr);
A Dvideo.h69 #if defined(__raw_readq)
72 return __raw_readq(addr); in fb_readq()
A Dio.h138 #ifndef __raw_readq
139 #define __raw_readq __raw_readq macro
140 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
240 val = __le64_to_cpu((__le64 __force)__raw_readq(addr)); in readq()
349 val = __le64_to_cpu((__le64 __force)__raw_readq(addr)); in readq_relaxed()
457 u64 x = __raw_readq(addr); in readsq()
/include/linux/mtd/
A Dmap.h402 r.x[0] = __raw_readq(map->virt + ofs); in inline_map_read()

Completed in 10 milliseconds