Searched refs:_IO_CONCAT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | io_generic.h | 8 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) 9 #define _IO_CONCAT(a,b) a ## _ ## b macro
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | io_generic.h | 8 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) 9 #define _IO_CONCAT(a,b) a ## _ ## b macro
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | io.h | 134 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) 135 #define _IO_CONCAT(a,b) a ## _ ## b macro
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | io.h | 132 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) 133 #define _IO_CONCAT(a,b) a ## _ ## b macro
|
Completed in 3 milliseconds