Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/include/asm/
Dio_generic.h8 #define IO_CONCAT(a,b) _IO_CONCAT(a,b)
9 #define _IO_CONCAT(a,b) a ## _ ## b macro
/linux-6.1.9/arch/alpha/include/asm/
Dio.h136 #define IO_CONCAT(a,b) _IO_CONCAT(a,b)
137 #define _IO_CONCAT(a,b) a ## _ ## b macro