Lines Matching refs:DEBUG
95 #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0) macro
98 #define DEBUG(...) do { } while (0) macro
186 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
221 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
227 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
265 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
267 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
281 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
289 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
297 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
306 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
314 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
321 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
332 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
335 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
338 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
341 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
344 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
347 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
350 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
353 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
458 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
491 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
497 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
535 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
540 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
546 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
552 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
555 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
558 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
561 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
564 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
567 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
570 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
573 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()