Searched defs:readq (Results 1 – 17 of 17) sorted by relevance
33 struct seq_oss_readq *readq = dp->readq; in snd_seq_oss_read() local [all...]
112 struct seq_oss_readq *readq; global() member
15 static inline u64 readq(void __iomem *reg) in readq() function
16 wait_queue_head_t readq; member
43 #define readq lo_hi_readq macro
43 #define readq hi_lo_readq macro
54 static inline u64 readq(void __iomem *addr) in readq() function
122 IO_CONCAT(__IO_PREFIX,readq)(const volatile void __iomem *a) in IO_CONCAT() argument
252 #define readq readq macro519 extern inline u64 readq(const volatile void __iomem *addr) in readq() function
59 static inline u64 readq(void __iomem *reg) in readq() function
148 #define readq(c) ({ u64 __v; __io_br(); __v = readq_cpu(c); __io_ar(__v); __v; }) macro
18 static inline u64 readq(void __iomem *reg) in readq() function
31 static inline unsigned long long readq(void __iomem *addr) in readq() function
249 #define readq(c) ({ u64 __v = readq_relaxed(c); __iormb(__v); __v; }) macro
449 static inline u64 readq(const volatile void __iomem *addr) in readq() function
36 static inline u64 readq(void __iomem *addr) in readq() function
70 static u64 readq(void __iomem *reg) in readq() function