Lines Matching refs:DEBUG

103 #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)  macro
106 #define DEBUG(...) do { } while (0) macro
194 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
232 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
238 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
279 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
281 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
295 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
303 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
311 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
320 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
328 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
335 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
346 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
349 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
352 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
355 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
358 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
361 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
364 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
367 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
471 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
504 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
514 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
556 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
561 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
567 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
573 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
576 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
579 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
582 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
585 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
588 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
591 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
594 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()