Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/include/asm/
A Dio_generic.h8 #define IO_CONCAT(a,b) _IO_CONCAT(a,b)
9 #define _IO_CONCAT(a,b) a ## _ ## b macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dio.h132 #define IO_CONCAT(a,b) _IO_CONCAT(a,b)
133 #define _IO_CONCAT(a,b) a ## _ ## b macro

Completed in 4 milliseconds