Searched defs:num_args (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/plat/marvell/odyssey/csr/ |
| H A D | ody-csr-plat.h | 24 #define __ody_csr_fatal(name, num_args, arg1, arg2, arg3, arg4, arg5, arg6) { BUG_ON(0); return 0; } argument 31 #define __ody_csr_fatal(name, num_args, arg1, arg2, arg3, arg4, arg5, arg6) { assert(0); return 0; } argument
|