Searched refs:bwl (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/include/asm/shared/ |
| H A D | io.h | 7 #define BUILDIO(bwl, bw, type) \ argument 8 static __always_inline void __out##bwl(type value, u16 port) \ 10 asm volatile("out" #bwl " %" #bw "0, %w1" \ 14 static __always_inline type __in##bwl(u16 port) \ 17 asm volatile("in" #bwl " %w1, %" #bw "0" \
|
| /linux/arch/m68k/include/asm/ |
| H A D | uaccess.h | 31 #define __put_user_asm(inst, res, x, ptr, bwl, reg, err) \ argument 33 "1: "inst"."#bwl" %2,%1\n" \ 105 #define __get_user_asm(inst, res, x, ptr, type, bwl, reg, err) ({ \ argument 108 "1: "inst"."#bwl" %2,%1\n" \
|
| /linux/Documentation/arch/arm/ |
| H A D | ixp4xx.rst | 80 into the kernel and we can use the standard read[bwl]/write[bwl]
|