Searched refs:bwlq (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/mips/include/asm/ |
| A D | io.h | 355 #define BUILDIO_MEM(bwlq, type) \ argument 360 __BUILD_MEMORY_PFX(, bwlq, type, 0) 377 __BUILD_IOPORT_PFX(, bwlq, type) \ in BUILDIO_MEM() 378 __BUILD_IOPORT_PFX(__mem_, bwlq, type) in BUILDIO_MEM() 387 #define __BUILDIO(bwlq, type) \ in BUILDIO_MEM() argument 441 __mem_write##bwlq(*__addr, mem); \ in BUILDIO_MEM() 452 *__addr = __mem_read##bwlq(mem); \ 465 __mem_out##bwlq(*__addr, port); \ 476 *__addr = __mem_in##bwlq(port); \ 481 #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); \ 178 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \ 181 #define BUILDIO_IOPORT(bwlq, type) \ argument 182 __BUILD_IOPORT_PFX(, bwlq, type) 189 #define __BUILD_IOPORT_STRING(bwlq, type) \ argument 197 out##bwlq(*__addr, port); \ [all …]
|
Completed in 6 milliseconds