Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/include/asm/
Dio_generic.h7 #define IO_CONCAT(a,b) _IO_CONCAT(a,b)
8 #define _IO_CONCAT(a,b) a ## _ ## b macro
/linux-4.4.14/arch/alpha/include/asm/
Dio.h139 #define IO_CONCAT(a,b) _IO_CONCAT(a,b)
140 #define _IO_CONCAT(a,b) a ## _ ## b macro