Searched refs:bwl (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | io.h | 274 #define BUILDIO(bwl, bw, type) \ argument 277 asm volatile("out" #bwl " %" #bw "0, %w1" \ 281 static inline unsigned type in##bwl(int port) \ 284 asm volatile("in" #bwl " %w1, %" #bw "0" \ 291 out##bwl(value, port); \ 295 static inline unsigned type in##bwl##_p(int port) \ 297 unsigned type value = in##bwl(port); \ 307 out##bwl(*value, port); \ 312 asm volatile("rep; outs" #bwl \ 323 *value = in##bwl(port); \ [all …]
|
/linux/lib/ |
A D | logic_pio.c | 235 #define BUILD_LOGIC_IO(bwl, type) \ argument 236 type logic_in##bwl(unsigned long addr) \ 241 ret = _in##bwl(addr); \ 254 void logic_out##bwl(type value, unsigned long addr) \ 257 _out##bwl(value, addr); \ 269 void logic_ins##bwl(unsigned long addr, void *buffer, \ 273 reads##bwl(PCI_IOBASE + addr, buffer, count); \ 286 void logic_outs##bwl(unsigned long addr, const void *buffer, \ 290 writes##bwl(PCI_IOBASE + addr, buffer, count); \
|
/linux/arch/m68k/include/asm/ |
A D | uaccess.h | 41 #define __put_user_asm(inst, res, x, ptr, bwl, reg, err) \ argument 43 "1: "inst"."#bwl" %2,%1\n" \ 115 #define __get_user_asm(inst, res, x, ptr, type, bwl, reg, err) ({ \ argument 118 "1: "inst"."#bwl" %2,%1\n" \
|
/linux/arch/arm/mach-ixp4xx/ |
A D | Kconfig | 72 into the kernel and we can use the standard read[bwl]/write[bwl]
|
/linux/Documentation/arm/ |
A D | ixp4xx.rst | 80 into the kernel and we can use the standard read[bwl]/write[bwl]
|
Completed in 10 milliseconds