Searched refs:bwlq (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/mips/include/asm/ |
| A D | io.h | 323 #define BUILDIO_MEM(bwlq, type) \ argument 328 __BUILD_MEMORY_PFX(, bwlq, type, 0) 344 __BUILD_IOPORT_PFX(_, bwlq, type) \ 345 __BUILD_IOPORT_PFX(__mem_, bwlq, type) 354 #define __BUILDIO(bwlq, type) \ argument 400 __mem_write##bwlq(*__addr, mem); \ 411 *__addr = __mem_read##bwlq(mem); \ 424 __mem_out##bwlq(*__addr, port); \ 435 *__addr = __mem_in##bwlq(port); \ 440 #define BUILDSTRING(bwlq, type) \ argument [all …]
|
| /linux/arch/sh/include/asm/ |
| A D | io.h | 67 #define __BUILD_UNCACHED_IO(bwlq, type) \ argument 72 ret = __raw_read##bwlq(addr); \ 80 __raw_write##bwlq(v, addr); \ 98 __raw_write##bwlq(*__addr, mem); \ 109 *__addr = __raw_read##bwlq(mem); \ 202 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ 205 #define BUILDIO_IOPORT(bwlq, type) \ argument 206 __BUILD_IOPORT_PFX(, bwlq, type) 213 #define __BUILD_IOPORT_STRING(bwlq, type) \ argument 221 out##bwlq(*__addr, port); \ [all …]
|
Completed in 9 milliseconds