Home
last modified time | relevance | path

Searched refs:bwlq (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/mips/include/asm/
A Dio.h346 #define BUILDIO_MEM(bwlq, type) \ argument
351 __BUILD_MEMORY_PFX(, bwlq, type, 0)
368 __BUILD_IOPORT_PFX(, bwlq, type) \ in BUILDIO_MEM()
369 __BUILD_IOPORT_PFX(__mem_, bwlq, type) in BUILDIO_MEM()
378 #define __BUILDIO(bwlq, type) \ in BUILDIO_MEM() argument
432 __mem_write##bwlq(*__addr, mem); \ in BUILDIO_MEM()
443 *__addr = __mem_read##bwlq(mem); \
456 __mem_out##bwlq(*__addr, port); \
467 *__addr = __mem_in##bwlq(port); \
472 #define BUILDSTRING(bwlq, type) \ argument
[all …]
/linux-6.3-rc2/arch/sh/include/asm/
A Dio.h67 #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 5 milliseconds