Lines Matching defs:psp
167 #define DBG(flag, psp, fmt) \
168 upa64s_debug(flag, psp, fmt, 0, 0, 0, 0, 0);
169 #define DBG1(flag, psp, fmt, a1) \
170 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
171 #define DBG2(flag, psp, fmt, a1, a2) \
172 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
173 #define DBG3(flag, psp, fmt, a1, a2, a3) \
174 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
176 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \
177 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
179 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \
180 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
186 #define DBG(flag, psp, fmt)
187 #define DBG1(flag, psp, fmt, a1)
188 #define DBG2(flag, psp, fmt, a1, a2)
189 #define DBG3(flag, psp, fmt, a1, a2, a3)
190 #define DBG4(flag, psp, fmt, a1, a2, a3, a4)
191 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5)
192 #define dump_dma_handle(flag, psp, h)