Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/include/asm/
H A Dio.h307 #define BUILDIO_MEM(bwlq, type) \ argument
312 __BUILD_MEMORY_PFX(, bwlq, type, 0)
328 __BUILD_IOPORT_PFX(_, bwlq, type) \
329 __BUILD_IOPORT_PFX(__mem_, bwlq, type)
338 #define __BUILDIO(bwlq, type) \ argument
384 __mem_write##bwlq(*__addr, mem); \
395 *__addr = __mem_read##bwlq(mem); \
408 __mem_out##bwlq(*__addr, port); \
419 *__addr = __mem_in##bwlq(port); \
424 #define BUILDSTRING(bwlq, type) \ argument
[all …]
/linux-6.15/arch/sh/include/asm/
H A Dio.h66 #define __BUILD_UNCACHED_IO(bwlq, type) \ argument
71 ret = __raw_read##bwlq(addr); \
79 __raw_write##bwlq(v, addr); \
97 __raw_write##bwlq(*__addr, mem); \
108 *__addr = __raw_read##bwlq(mem); \
182 __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) \
185 #define BUILDIO_IOPORT(bwlq, type) \ argument
186 __BUILD_IOPORT_PFX(, bwlq, type)
193 #define __BUILD_IOPORT_STRING(bwlq, type) \ argument
201 out##bwlq(*__addr, port); \
[all …]