Home
last modified time | relevance | path

Searched refs:bwl (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dio.h273 #define BUILDIO(bwl, bw, type) \ argument
274 static inline void out##bwl(unsigned type value, int port) \
276 asm volatile("out" #bwl " %" #bw "0, %w1" \
280 static inline unsigned type in##bwl(int port) \
283 asm volatile("in" #bwl " %w1, %" #bw "0" \
288 static inline void out##bwl##_p(unsigned type value, int port) \
290 out##bwl(value, port); \
294 static inline unsigned type in##bwl##_p(int port) \
296 unsigned type value = in##bwl(port); \
301 static inline void outs##bwl(int port, const void *addr, unsigned long count) \
[all …]
/Linux-v4.19/arch/m68k/include/asm/
Duaccess_no.h66 #define __put_user_asm(err,x,ptr,bwl) \ argument
67 __asm__ ("move" #bwl " %0,%1" \
100 #define __get_user_asm(err,x,ptr,bwl,reg) \ argument
101 __asm__ ("move" #bwl " %1,%0" \
Duaccess_mm.h38 #define __put_user_asm(res, x, ptr, bwl, reg, err) \ argument
40 "1: "MOVES"."#bwl" %2,%1\n" \
109 #define __get_user_asm(res, x, ptr, type, bwl, reg, err) ({ \ argument
112 "1: "MOVES"."#bwl" %2,%1\n" \
/Linux-v4.19/Documentation/arm/
DIXP4xx80 into the kernel and we can use the standard read[bwl]/write[bwl]
/Linux-v4.19/arch/arm/mach-ixp4xx/
DKconfig207 into the kernel and we can use the standard read[bwl]/write[bwl]