Home
last modified time | relevance | path

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

/include/linux/
A Dcompiler.h259 union { typeof(x) __val; char __c[1]; } __u; \
264 __u.__val; \
282 union { typeof(x) __val; char __c[1]; } __u = \
283 { .__val = (__force typeof(x)) (val) }; \
285 __u.__val; \
/include/
A Dspi-mem.h25 #define SPI_MEM_OP_ADDR(__nbytes, __val, __buswidth) \ argument
28 .val = __val, \

Completed in 7 milliseconds