Home
last modified time | relevance | path

Searched refs:_IO_CONCAT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dio_generic.h8 #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 Dio_generic.h8 #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 Dio.h134 #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 Dio.h132 #define IO_CONCAT(a,b) _IO_CONCAT(a,b)
133 #define _IO_CONCAT(a,b) a ## _ ## b macro

Completed in 5 milliseconds