Lines Matching defs:a2
203 #define DBG2(flag, psp, fmt, a1, a2) \
204 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
205 #define DBG3(flag, psp, fmt, a1, a2, a3) \
206 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
208 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \
209 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
212 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \
213 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
222 #define DBG2(flag, psp, fmt, a1, a2)
223 #define DBG3(flag, psp, fmt, a1, a2, a3)
224 #define DBG4(flag, psp, fmt, a1, a2, a3, a4)
225 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5)